Fixed encoding of translated string, so that special characters

will work with latin-1 fonts.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1818 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2008-05-06 14:13:28 +00:00
parent 823110be8b
commit a7a28114ae

View File

@ -36,6 +36,7 @@ Translations::Translations() {
#endif
bindtextdomain (PACKAGE, file_manager->getTranslationDir().c_str());
textdomain (PACKAGE);
bind_textdomain_codeset(PACKAGE, "iso-8859-1");
#endif
} // Translations