Hi jw,

jw wrote:
I'm developing an application for Swedish users, when the user is able
to input some string, sometimes containing "拍皱漩". But when I
run .getText().toString() on my EditText object,I get really strange
characters like "枚" and "盲".

That's just normal UTF-8 encoding examined as ISO8859-x. You need to consider encoding when you examine your results, but generally speaking UTF-8 is the way to go. Any old ISO mapping is bound to cause problems.

                Good luck / Jonas

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to