From 8cb177d47fb23408d9b964b4c5fd24782c242401 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(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index c85b5aa3..ea1f6422 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -708,6 +708,7 @@ int main(int argc, char *argv[]) #endif setlocale(LC_MESSAGES, ""); bindtextdomain("aethyra", LOCALEDIR); + bind_textdomain_codeset("aethyra", "UTF-8"); textdomain("aethyra"); #endif -- cgit v1.2.3-70-g09d2