loadstring and utf8

Monkey Targets Forums/Android/loadstring and utf8

hub(Posted 2015) [#1]
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


AnotherMike(Posted 2015) [#2]
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.


ImmutableOctet(SKNG)(Posted 2015) [#3]
@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?


hub(Posted 2015) [#4]
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.


hub(Posted 2015) [#5]
i've fixed my problem. Not a bug with loadstring.