diff options
Diffstat (limited to 'src')
-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 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 |