Top "Icu" questions

The International Components for Unicode is a set of cross-platform open source C/C++ and Java libraries for Unicode and globalization support.

i18n for react, formatjs, react-intl

I want to use ICU standard for my i18n in my react app. I want to store my language …

reactjs icu formatjs
Compiling ICU using arm-linux-androideabi-4.4.3

I would like to cross-compile ICU static libs for Android using Cygwin. So far, I have been able to configure …

android configure icu
Compiling ICU for Android - 'uint64_t' does not name a type

While attempting to cross-compile ICU using android-ndk-r7 in Linux, the following error occurs after configuration when I run 'make' __/android-ndk-r7/…

android android-ndk icu
icu4j cyrillic to latin

I'm trying to get Cyrillic words to be in latin so I can have them in urls. I use icu4…

java icu transliteration
How to build ICU so I can use it in an iPhone app?

How do I configure and build ICU so I can link it to my iPhone app? I'm maintaining an iPhone …

iphone ios sqlite icu
UnicodeString to char* (UTF-8)

I am using the ICU library in C++ on OS X. All of my strings are UnicodeStrings, but I need …

c++ windows utf-8 internationalization icu
Problems installing Symfony 2.4.1 lib-icu 4.4 dependency

I'm having a problem identical to this one, but the solution provided there isn't working for me. I downloaded the …

php symfony pear pecl icu
Boost.Regex with icu/unicode support

How to build Boost.Regex with icu/ unicode support? My compiler is GCC, and IDE is Eclipse C++. How to …

c++ boost unicode icu gcc-warning
How to add ICU library to project?

Help me please. I would like to add ICU library to my project. My cmake version is 2.8.12.2. There is CMakeLists.…

cmake icu
Implementing internationalization (language strings) in a PHP application

I want to build a CMS that can handle fetching locale strings to support internationalization. I plan on storing the …

php internationalization globalization icu