Archer30
Posts: 1175
|
I have a bit of difficulty working on non-ascii characters ( ») with JSON, it doesn't seem to have any way to be shown in the game correctlyy.
Screenshot:
The » symbol is both in my ert and json. The one from ert was displayed correctly (blue), while the one from json was just displayed as ? (red).
json:
Code:
{
"es":{
"747":{
"basicDesc": "\n{»} {10%} of unused movement points convert to experience points. ",
"advancedDesc": "\n{»} {20%} of unused movement points convert to experience points. ",
"expertDesc": "\n{»} {30%} of unused movement points convert to experience points."
}
}
}
erm:
I wonder if there is a way to solve it for json, otherwise I may have to do a mix of json +ert.
Latest ERA mods and scripts in development - My GitHub
(This post was last modified: 03.04.2022 17:52 by Archer30.)
|
|
03.04.2022 13:33 |
|