From 20d247cb9849bb7fb0e4df993a2fc0f0e0d5bf74 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Tue, 6 Jan 2009 23:15:48 +0100 Subject: Correct the codeset for translations to be UTF-8 As on the mainline client --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-70-g09d2