From c66194e9c610c67f046f60f0e0075e438f717712 Mon Sep 17 00:00:00 2001 From: Tomas Jakobsson Date: Thu, 9 Nov 2017 23:08:51 +0100 Subject: [PATCH] Trying to fix japanese text --- es-app/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-app/src/main.cpp b/es-app/src/main.cpp index 68bb91b3b..1be119e9e 100644 --- a/es-app/src/main.cpp +++ b/es-app/src/main.cpp @@ -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))