Open rlebeau opened 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.
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
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.