translated a handfull of strings and set the codeset to UTF-8 for the translations.
[xboard.git] / xboard.c
index 1e009fa..3698728 100644 (file)
--- a/xboard.c
+++ b/xboard.c
@@ -1873,6 +1873,7 @@ main(argc, argv)
 #ifdef ENABLE_NLS
     XtSetLanguageProc(NULL, NULL, NULL);
     bindtextdomain(PRODUCT, LOCALEDIR);
+    bind_textdomain_codeset(PRODUCT, "UTF-8");
     textdomain(PRODUCT);
 #endif