This should be supported. ICU which is included supports JIS. String as well as java.nio.charset is based on the ICU library.
There might be some limitations with Collation because Kanji collation data is huge and was not included in the icu data file (afaik). I think this will stay like this until the additional size doesn't hurt anymore and the complete icu data can be included . But this will take 1-2 years I guess. -- Urs On Thu, Jun 4, 2009 at 8:34 AM, Hiro<[email protected]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---

