KalleOlaviNiemitalo commented on PR #1798: URL: https://github.com/apache/avro/pull/1798#issuecomment-1200939079
On Windows, another pain point is that `iswalpha` cannot recognize supplementary characters because `wchar_t` is UTF-16. To fix that, I think one needs to use ICU instead. [Microsoft integrated ICU into Windows 10 Creators Update](https://docs.microsoft.com/en-us/windows/win32/intl/international-components-for-unicode--icu-), so if the Avro tools use ICU and target at least this version of Windows, then they don't need to get ICU libraries from elsewhere. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
