"GAMELIST.XML" Chinese support?
-
-
@dayan nobody speaks chinese here. Please write in english if you need help.
-
"GAMELIST.XML" Is there any Chinese support?
-
@dayan support for what?
-
@paradadf "GAMELIST.XML" can write Chinese code?
-
Because I wrote this
-
@paradadf but.........black screen, crash
-
Not supported, it appears.
-
@paradadf okay
Thank you -
Knowing there is a chinese translation of ES, i'd be surprised it crashes.
@dayan Can you explain where it crashes ?
-
Maybe related to:
https://github.com/recalbox/recalbox-os/issues/935 -
I've also had that happen when gamelist.xml file was encoded in something different than UTF8
-
@voljega XML IS UTF8, no other, that's the kind of problem i expect from chinese text ... I hope it's not UTF16
-
@Substring yeah i know but it's still just a text file and you can have whatever encoding in it. I stumbled on that because i wrote 4 or 5 scrapers for my custom needs and I wasn't generating the gamelist file in the right format
-
@voljega still, it's written on the very first line of a XML file UTF8 ! Otherwise it's like writing bash in a python
-
@Substring he could still be modifying the file with a text editor outputting another format, hence the freeze/black screen problem...
-
@Substring I found a way to not crash ,first~File name beginning
<?xml version="1.0" encoding="UTF-8"?>
and coding Transformation
ANSI and again coding Transformation UTF-8 -
@dayan good news