[PATCH] D88741: [SystemZ/z/OS] Add utility class for char set conversion.

Corentin Jabot via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 1 05:48:44 PDT 2023


cor3ntin added a comment.

@aaron.ballman because of the LGPL nature of `iconv` we night be restricted in our ability to link iconv statistically (but IANAL).
However,  we might actually have options there. `ICU` is generally available on windows https://learn.microsoft.com/en-us/windows/win32/intl/international-components-for-unicode--icu- - that's something that could be investiguated.
ICU converter API is similar to that of iconv https://unicode-org.github.io/icu/userguide/conversion/converters.html#creating-a-converter so, it could be surfaced the same way (ie through a name), both libs use a (potentially superset) of IANA names


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88741/new/

https://reviews.llvm.org/D88741



More information about the llvm-commits mailing list