Difference between text file encoding in Android
What is the difference between different text file encoding for my Android
project, such as:
UTF-8
UTF-16BE
UTF-16LE
UTF-16
ISO-8859-1
US-ASCII
For example, for displaying Korean, I know I should use UTF-8. But when I
should use the others?
No comments:
Post a Comment