B4J Question [RESOLVED] ReadMap read non-latin values

b4auser1

Well-Known Member
Licensed User
Longtime User
I have text file in charset: UTF-8.
How to read non-latin values correctly with ReadMap ?
Now It see that ReadMap reads such data incorrectly.
 

b4auser1

Well-Known Member
Licensed User
Longtime User
I found explanation and solution:
http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html#load(java.io.InputStream)


https://native2ascii.net/
http://docs.oracle.com/javase/7/docs/technotes/tools/solaris/native2ascii.html
 
Upvote 0