Page 1 of 1
Unicode String with not english characters
Posted: Wed May 29, 2024 9:19 pm
by patka
I try to list some items name in a table. I set the type to Unicode String, but shows it not english character. How can i change\set it to english?
Re: Unicode String with not english characters
Posted: Wed May 29, 2024 11:20 pm
by Metanoia
Are you sure that’s the correct path to the name? Setting the type to string will just convert X number of bytes at that location to their corresponding characters in the current encoding so if it's the wrong path it will show up as gibberish. Unless the game your playing is Chinese's ...... then use a translator.
Turn of Unicode and see if that works.
Here is a example:
What is the name of the game?
Also instead of adding each item by hand you can use Lua to do it for you. This way you won't have 100 empty inventory slots cluttering your table. I checked some of you're other tables that's why I'm bringing this up.
Re: Unicode String with not english characters
Posted: Wed Jun 05, 2024 5:26 pm
by SunBeam
Typical with people using tables from 2-3 years ago on games that have recently been updated. Obviously the Name isn't shown correctly, because most likely the offset to the name has changed. If you check the screenshot, both Names show the same thing. I doubt he has 2 identically named items in his inventory with quantities 50 and 57...
So the solution is to ask the table maker to update his table. If it's not that, then you haven't provided any useful information (game, table, table maker, etc.), but asking how to convert from Chinese to English; which is your perspective of what the problem could be, not what it actually is.
Re: Unicode String with not english characters
Posted: Thu Jun 06, 2024 2:02 am
by Metanoia
SunBeam wrote: ↑Wed Jun 05, 2024 5:26 pm
Typical with people using tables from 2-3 years ago on games that have recently been updated. Obviously the Name isn't shown correctly, because most likely the offset to the name has changed. If you check the screenshot, both Names show the same thing. I doubt he has 2 identically named items in his inventory with quantities 50 and 57...
So the solution is to ask the table maker to update his table. If it's not that, then you haven't provided any useful information (game, table, table maker, etc.), but asking how to convert from Chinese to English; which is your perspective of what the problem could be, not what it actually is.
Sunbeam they aren't the same the first character is different. Also I think he is making a table not using one.
Re: Unicode String with not english characters
Posted: Thu Jun 06, 2024 12:53 pm
by SunBeam
Metanoia wrote: ↑Thu Jun 06, 2024 2:02 am
the first character is different
Takes an eagle eye to notice!

Thanks for pointing it out.