Hello,

I am writing a module using XS that will need to run on a number of different platforms, including mainframe. The problem that I have is that Perl on EBCDIC platforms uses UTF-EBCDIC internally, instead of UTF-8. This means that functions such as SvPVutf8(), if I understand the documentation correctly, will produce UTF-EBCDIC on EBCDIC platforms. Is there anyway that I can convert this output back to UTF-8?

Thanks
Brian



Reply via email to