From 1ece46aa4ebc21d24c2869ebce63413a4156ede8 Mon Sep 17 00:00:00 2001 From: def Date: Mon, 7 Jan 2019 21:27:09 +0100 Subject: [PATCH] Revert "setlocale for XOpenIM with compose key" Has been fixed: https://bugzilla.libsdl.org/show_bug.cgi?id=3102 This reverts commit 6c4e6c5c44715f39f7471c6c2eab388d23f5674d. --- src/engine/client/client.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/engine/client/client.cpp b/src/engine/client/client.cpp index a9c859b23..dc67e6c56 100644 --- a/src/engine/client/client.cpp +++ b/src/engine/client/client.cpp @@ -9,7 +9,6 @@ #include #include #include -#include //setlocale #include #include @@ -3705,9 +3704,6 @@ int main(int argc, const char **argv) // ignore_convention FreeConsole(); #endif - // For XOpenIM in SDL2: https://bugzilla.libsdl.org/show_bug.cgi?id=3102 - setlocale(LC_ALL, ""); - // run the client dbg_msg("client", "starting..."); pClient->Run();