IndySockets / Indy

Indy - Internet Direct
https://www.indyproject.org
456 stars 155 forks source link

Add support for ICU library #156

Open rlebeau opened 7 years ago

rlebeau commented 7 years ago

Add support for the ICU library as an alternative to the ICONV library.

http://www.icu-project.org

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.

rlebeau commented 3 years ago

Microsoft ships a copy of ICU built-in to Windows since Windows 10 Version 1703 (build 15063):

https://devblogs.microsoft.com/oldnewthing/20210527-00/?p=105255