diff options
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 3833b8fa..3c106633 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -675,6 +675,7 @@ int main(int argc, char *argv[]) #endif setlocale(LC_MESSAGES, ""); bindtextdomain("tmw", LOCALEDIR); + bind_textdomain_codeset("tmw", "UTF-8"); textdomain("tmw"); #endif |