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:
parent
823110be8b
commit
a7a28114ae
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user