- Refactored worldmap a bit to reuse GameObject from the rest of the game
[supertux.git] / src / lisp / parser.cpp
index 65f163a..cd74886 100644 (file)
@@ -38,6 +38,7 @@ Parser::Parser(bool translate)
 {
   if(translate) {
     dictionary_manager = new TinyGetText::DictionaryManager();
+    dictionary_manager->set_charset("ISO8859-1");
   }
 }