%general-entities; ]> $LastChangedBy$ $Date$ ICU-&icu-version; ICU Introduction to ICU The ICU package is a mature, widely used set of C/C++ libraries providing Unicode and Globalization support for software applications. ICU is widely portable and gives applications the same results on all platforms. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &icu-md5sum; Download size: &icu-size; Estimated disk space required: &icu-buildsize; Estimated build time: &icu-time; ICU Dependencies Optional (To build the sample code) , , and See readme.txt under the source/samples directory for further details. User Notes: Installation of ICU Install ICU by running the following commands: cd source && chmod +x runConfigureICU configure install-sh && ./runConfigureICU Linux --prefix=/usr && make To test the results, issue: make check. Now, as the root user: make install Contents Installed Programs Installed Libraries Installed Directories derb, genbrk, gencfu, gencnval, genctd, genrb, icu-config, makeconv, pkgdata, uconv, genccode, gencmn, gensprep, genuca, and icupkg libicudata.so, libicui18n.so, libicuio.so, libicule.so, libiculx.so, libicutu.so, and libicuuc.so /usr/{include/{layout,unicode},lib/icu/&icu-version;, share/icu/&icu-version;/config} Short Descriptions derb disassembles a resource bundle. derb genbrk compiles ICU break iteration rules source files into binary data files. genbrk gencnval compiles the converters aliases file. gencnval genctd compiles word list into ICU compact trie dictionary. genctd genrb compile a resource bundle. genrb icu-config outputs ICU build options. icu-config makeconv compiles a converter table. makeconv pkgdata packages data for use by ICU. pkgdata uconv converts data from one encoding to another. uconv genccode generates C or platform specific assembly code from an ICU data file. genccode gencmn generates an ICU memory-mappable data file. gencmn gensprep compiles StringPrep data from files filtered by filterRFC3454.pl. gensprep genuca creates the UCA data table. genuca icupkg extracts or modifies an ICU .dat archive. icupkg libicudata.so is the data library. libicudata.so libicui18n.so is the internationalization (i18n) library. libicui18n.so libicuio.so is the ICU I/O (unicode stdio) library. libicuio.so libicule.so is the layout engine. libicule.so libiculx.so is the layout extensions engine. libiculx.so libicutu.so is the tool utility library. libicutu.so libicuuc.so is the common library. libicuuc.so