I would like to save data from a text file to a map like this for example:
The problem is that the encoding doesn't work, if I do something like:
I get NULL as opposed to the data. How do I save that info to a map?
The attached sample shows the problem I'm having.
Thank you.
B4X:
Kimono=きもの
The problem is that the encoding doesn't work, if I do something like:
B4X:
Msgbox(Lang.Get("Kimono"), "Test")
I get NULL as opposed to the data. How do I save that info to a map?
The attached sample shows the problem I'm having.
Thank you.