summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-06 23:15:48 +0100
committerIra Rice <irarice@gmail.com>2009-01-06 15:21:23 -0700
commit8cb177d47fb23408d9b964b4c5fd24782c242401 (patch)
treef22b7c80410c4c165eced59ef312f42bc605c58b
parentbd28cda98c51df0ef09ebaa638db43788e1855c5 (diff)
downloadmana-client-8cb177d47fb23408d9b964b4c5fd24782c242401.tar.gz
mana-client-8cb177d47fb23408d9b964b4c5fd24782c242401.tar.bz2
mana-client-8cb177d47fb23408d9b964b4c5fd24782c242401.tar.xz
mana-client-8cb177d47fb23408d9b964b4c5fd24782c242401.zip
Correct the codeset for translations to be UTF-8
As on the mainline client
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
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