Unicode String with not english characters
Unicode String with not english characters
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
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.
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.
Last edited by Metanoia on Thu Jun 06, 2024 2:06 am, edited 4 times in total.
Re: Unicode String with not english characters
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.
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
Sunbeam they aren't the same the first character is different. Also I think he is making a table not using one.SunBeam wrote: ↑Wed Jun 05, 2024 5:26 pmTypical 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.
Who is online
Users browsing this forum: No registered users