X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Flisp%2Fparser.cpp;h=224ee3eb117b413b9952bd75183713c591749708;hb=dbe5ccbee9182cc4d3704e10b95f2884bab9546d;hp=cd74886e2d1a42604b93a458a3286442cc6bd0c1;hpb=df735aa09e4aee204c4004488276df236803f814;p=supertux.git diff --git a/src/lisp/parser.cpp b/src/lisp/parser.cpp index cd74886e2..224ee3eb1 100644 --- a/src/lisp/parser.cpp +++ b/src/lisp/parser.cpp @@ -38,7 +38,7 @@ Parser::Parser(bool translate) { if(translate) { dictionary_manager = new TinyGetText::DictionaryManager(); - dictionary_manager->set_charset("ISO8859-1"); + dictionary_manager->set_charset("UTF-8"); } }