diff --git a/src/main.cpp b/src/main.cpp index 44d123b..34811d4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,7 @@ #include +#include + #include #include "options.hpp" @@ -7,6 +9,7 @@ int main(int argc, char* argv[]) { + setenv("LANG", "en_US.UTF-8", 1); std::vector args; //option process start try