diff --git a/src/blupi.cpp b/src/blupi.cpp index 11befda..806ae0c 100644 --- a/src/blupi.cpp +++ b/src/blupi.cpp @@ -605,6 +605,7 @@ static void initGettext () setlocale (LC_ALL, ""); textdomain ("planetblupi"); bindtextdomain ("planetblupi", (GetBaseDir () + "locale").c_str ()); + bind_textdomain_codeset ("planetblupi", "UTF-8"); } // Programme principal.