xIUA | |||||
xIUA 3.5 supports ICU 1.8.1 through ICU 2.8. We expect that since this code will be integrated into your application that it will be easier to apply any minor fixes into your existing code instead of upgrading to use a current version of xIUA. Contact info@xnetinc.com if you plan to implement the code so that we can notify you of any bugs and ICU release upgrade instructions. Please report any bugs you find. We will also notify you of any changes required to migrate to newer releases of ICU. For a brief description of each API you can browse the
It uses the ICU common (icuucd.lib), i18n (icuind.lib) and data (icudata.lib)DLLs/DSOs. Note: To compile this code for Windows as a Win32 Console application be sure to specify that it is a multithreaded DLL. Use the /MT option for release and /MTd for debug. For other platforms use compatible options to those in the ICU install make files. |
|||||