From a3c9782b1c2249b1db86822dd3e65d092c06e773 Mon Sep 17 00:00:00 2001
From: George Rhoten The ICU data has been upgraded to support Unicode 3.1. This means that
- the character property data and normalization has changed. Recent
+ The ICU 2.0 data has been upgraded to support Unicode 3.1. This means
+ that the character property data and normalization has changed. Recent
versions of ICU already supported Unicode 3.0 data with UTF-16 surrogate
pairs.Support for Unicode 3.1
- CFLAGS=-2 IEEE390=1 ./configure
HP/UX has a documented characteristic where the shl_unload() function - always unloads a library, regardless of how many times the library has - been loaded. Most operating systems reference count libraries as they are - opened. In the future (Jitterbug 414) this may be corrected in ICU, but - at present, we work around this problem by simply NOT ever unloading - shared libraries. This means that once a data library is loaded (ex: - libicudata.sl) by a process, it cannot be unloaded and replaced without - stopping and restarting the process.
+If you are building on a Unix platform, it is important that you add + the location of your ICU libraries (including the data library) to your + LD_LIBRARY_PATH environment variable. The ICU libraries may not link or + load properly without doing this.