mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Trying to fix japanese text
This commit is contained in:
parent
b833b45832
commit
c66194e9c6
|
@ -185,7 +185,7 @@ int main(int argc, char* argv[])
|
|||
unsigned int width = 0;
|
||||
unsigned int height = 0;
|
||||
|
||||
std::locale::global(std::locale(std::locale(""), "C", std::locale::numeric));
|
||||
std::locale::global(std::locale("C"));
|
||||
boost::filesystem::path::imbue(std::locale());
|
||||
|
||||
if(!parseArgs(argc, argv, &width, &height))
|
||||
|
|
Loading…
Reference in a new issue