I'm having some problems with the file "USB:\fsdata\content.xml" generated by FSDIndexer.
I've modified the .exe to connect to "www.xbox.com/es-ES" instead of "www.xbox.com/en-US" (to get the description of the games in spanish).
The games files (.txt) created in "FSDIndexer\cache\gameinfo" are correct (I can read characters like "ó", "á", "ñ", ":", "/", etc)
I don't know if this can be fixed. Maybe if the .xml will be generated in
<?xml version="1.0" encoding="iso-8859-1"?> instead of
<?xml version="1.0" encoding="UTF-8"?>
Othewise, if I change a character into the "USB:\fsdata\content.xml" (ex. changing a "o" to "ó") the dashboard will show a square instead of the real character. Maybe the "xarialuni.ttf" doesn't have this characters?
Help me, please.
Thank you in advance.