use icu4c in Android Application
there i开发者_运维问答s one "icu4c" project at android platform (external/icu4u) any one know how to use this in my android application? I want to do some conversion, ec. unicode->big5, ...?
ICU4C is the C version of the ICU library, but if you want to use the ICU functionalities in your code, use the ICU4J lib, also available on the ICU site
精彩评论