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.

Installing/enabling PHP Pecl Intl extension on a default Mac OS X Leopard bundled PHP configuration

How can I install or enable the PHP Pecl Intl extension in my PHP environment? I've got a stock PHP …

php macos pecl icu intl
PHP 5.3 seems to be missing Intl extension by default

My system is Ubuntu 12.04, PHP 5.3, and I'm trying to run some basic Intl code like this: <?php $coll = collator_…

php linux ubuntu icu intl
Looking for simple practical C++ examples of how to use ICU

I am looking for simple practical C++ examples on how to use ICU. The ICU home page is not helpful …

c++ icu
node: could not initialize ICU (check NODE_ICU_DATA or --icu-data-dir parameters)

I was trying to upgrade node version on our CI environment from node 6 to node 8. I updated the full-icu version …

node.js node-modules icu
How to use ICU4J library

While I am searching in the website about how to to display the RTL text correctly I found this post …

java unicode icu
unicode support in android ndk

I have a large C/C++ library that I need to use as part of an Android NDK project. This …

android unicode utf-8 android-ndk icu
How to debug linker errors? Getting undefined reference errors when statically linking ICU

I've built the static libraries for ICU 49 and 50 but when linking with either one of them I still get 667 linker …

c++ static-libraries static-linking icu
ICU vs Boost Locale in C++

I'm considering using ICU or Boost Locale. What are the pros and cons of each? I understand both use ICU, …

c++ boost unicode c++11 icu
How to install stringi library from archive and install the local icu52l.zip

We're bumbling through making some R code work in a production environment and as part of that we're installing some …

r ubuntu icu stringi
How to write C# case insensitive LIKE statement for SQLIte using ICU extension?

SQLite has limitation on using LIKE for non-ASCII symbols. ICU extension solves this problem. How to write code in C# …

c# sqlite icu