parse xml-file with utf-8 codes correctly?

GliclEkix

New Member
i am coding an android game with libgdx.(you will find it in google play market under: de.philweb.bubblr (sorry can only post 2 links))i have now different languages with special characters and it seems that my languagemanager cant parse the utf-8 codes correctly (XmlReader).sadly i am not able to implement a parser myself. so help is greatly appreciated!!here is the xml-file:https://github.com/just4phil/bubblr2Engine/blob/master/bubblr-android/assets/data/languages.xml(its a bit outdated... i already changed the special chars to utf-8-codes)here is the languagemanager:https://github.com/just4phil/bubblr2Engine/blob/master/bubblr/src/de/philweb/bubblr/tools/LanguageManager.javamaybe someone can help?
 
Back
Top