fix sizes for non-english languages
This commit is contained in:
parent
859b854c67
commit
e2067774cc
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include <thread>
|
#include <thread>
|
||||||
|
|
||||||
#include "options.hpp"
|
#include "options.hpp"
|
||||||
|
|
@ -7,6 +9,7 @@
|
||||||
|
|
||||||
int main(int argc, char* argv[])
|
int main(int argc, char* argv[])
|
||||||
{
|
{
|
||||||
|
setenv("LANG", "en_US.UTF-8", 1);
|
||||||
std::vector<std::string> args;
|
std::vector<std::string> args;
|
||||||
//option process start
|
//option process start
|
||||||
try
|
try
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue