hi all
does anyone know that logcat supports utf-8 display or not?
I ve tried to transfer non-unicode string message objects to the Log
method, with new String(s.getBytes("<original-coding>"), "utf-8"), and
then put it into the Log.v(<TAG>, <my_transferred_string>)
then I found, logcat shows results with wrong encoding characters...
does anyone have an idea?
best
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---