¡@

Home 

2014/10/16 ¤W¤È 08:14:54

android Programming Glossary: icu

unicode support in android ndk

http://stackoverflow.com/questions/3944207/unicode-support-in-android-ndk

heavy weight solution. I was thinking about building ICU but as it uses GNU Autotools I'm not sure I can make it work.. done something other than use JNI EDIT My attempts to get ICU to compile fail at the configure step checking wchar.h usability..... ndk icu share improve this question We are using ICU in the NDK. Follow the steps in the ICU cross building instructions..

unicode support in android ndk

http://stackoverflow.com/questions/3944207/unicode-support-in-android-ndk

This thread says to use JNI methods to do it which is a rather heavy weight solution. I was thinking about building ICU but as it uses GNU Autotools I'm not sure I can make it work with the NDK toolchain. Has anyone else confronted this problem.. NDK toolchain. Has anyone else confronted this problem and done something other than use JNI EDIT My attempts to get ICU to compile fail at the configure step checking wchar.h usability... no checking wchar.h presence... yes configure WARNING.. but the size of wchar_t is 0 android unicode utf 8 android ndk icu share improve this question We are using ICU in the NDK. Follow the steps in the ICU cross building instructions and you'll be OK. Basically you'll have a ICU native..