jumaris / indyproject

Automatically exported from code.google.com/p/indyproject
0 stars 0 forks source link

Add support for ICU library #261

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add support for the ICU library as an alternative to the ICONV library.

http://www.icu-project.org

Original issue reported on code.google.com by gambit47 on 14 Aug 2013 at 12:13

GoogleCodeExporter commented 9 years ago
iconv is commonly used on many platforms for handling Unicode text conversions, 
but it is not the only option available.  Embarcadero uses iconv on most POSIX 
systems, but uses ICU in its RTL for Android.

Original comment by gambit47 on 14 Aug 2013 at 12:17