[llvm-dev] [RFC] Adding a char set converter to Support library

Kai Peter Nacke via llvm-dev llvm-dev at lists.llvm.org
Fri Oct 2 09:13:38 PDT 2020


Hi!

On z/OS, there is the need to convert strings from EBCDIC to UTF-8 and 
vice versa.
Using the POSIX iconv functions has some challenges, so I created a small 
wrapper
around this functionality to get the same result on all platforms. This 
functionality
is required for reading and writing GOFF object files and can also be used 
in the
frontend.
I put up the code on Phabricator https://reviews.llvm.org/D88741. Please 
add your
comments to the review if you are interested in this topic.

Best regards,
Kai

Kai Nacke
IT Architect

IBM Deutschland GmbH
Vorsitzender des Aufsichtsrats: Sebastian Krause
Geschäftsführung: Gregor Pillen (Vorsitzender), Agnes Heftberger, Norbert 
Janzen, Markus Koerner, Christian Noll, Nicole Reimer
Sitz der Gesellschaft: Ehningen / Registergericht: Amtsgericht Stuttgart, 
HRB 14562 / WEEE-Reg.-Nr. DE 99369940



More information about the llvm-dev mailing list