LeonardFiedrowicz / galaxy-integration-yuzu

Yuzu integration plugin for GOG Galaxy 2.0
Apache License 2.0
23 stars 3 forks source link

Unicode characters not imported correctly #1

Closed LeonardFiedrowicz closed 4 years ago

LeonardFiedrowicz commented 4 years ago

Stuff like é in Pokémon don't get read correctly when GOG imports the games.

LeonardFiedrowicz commented 4 years ago

@HengiFettlich Different project but maybe you have an idea. When returning the game list characters like é turns into \u00e9 (which I think is normal) but in the library it just turns into �. I'm using NX_Game_Info from the console to collect the game meta data but that returns bytes, not strings. Decoding it with cp437 (since that seemed to work) gives me strings which shows up fine in the log but seems to break again in GOG Galaxy somehow.