loadstring and utf8
Monkey Targets Forums/Android/loadstring and utf8
| ||
| Hello. I just want know if loadstring is utf8 ? next the ' seems not be recognized when i display some text. For example L'addition - > Laddition. Thanks |
| ||
| I don't think that LoadString is the problem. Try writing to the console using Print. All characters should be there. I'm no expert but I guess it comes down to font handling in DrawText. |
| ||
| @hub: As AnotherMike pointed out, it's probably how you're displaying the text. As a side note, did this thread not cover this well enough? Maybe you're right, and it is 'LoadString'. Is this only happening on Android? |
| ||
| i use now my own font drawtext command without problem to display the ' inside my App. I've only the problem with loadstring. I'll try the print command to test into the console. |
| ||
| i've fixed my problem. Not a bug with loadstring. |