HI,
"HT-03A" will be release to the market in Japan, I'm lookig forward to
it.
Then I wonder whether String class support following charset type.
String unicode = new String(jis);
try {
unicode = new String(unicode.getBytes("ISO2022JP"), "ISO2022JP");
} catch (Exception e) {
unicode = "Undefined";
}
If String class doesn't support adove conversion funciton, are there
any class
those we can convert various charset types of Japanese to UTF8?
Thanks,
Hiroyuki
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---