cheahjs / palworld-save-tools

Tools for converting Palworld .sav files to JSON and back
MIT License
776 stars 66 forks source link

Unicode in value for nickname, guild etc... #107

Closed mazixs closed 5 months ago

mazixs commented 5 months ago

I get an output file with unicode sample values (\u6355\u7372\u7387) Russian is used in the names of pals, guilds, nicknames. How its change or read?

Screenshot_4 Screenshot_3

Used version 0.16

cheahjs commented 5 months ago

You can use something like https://dencode.com/en/string/unicode-escape to convert between escaped \u characters and the actual characters. The tool is unable to output the actual characters because of invalid characters that break the tool.