new module 'c32rtomb'

2020-01-08 Thread Bruno Haible
The function c32rtomb() is like wcrtomb(), except that it takes a 32-bit wide character (char32_t) as argument, not a wchar_t. While implementing this module, I noted a mistake in the 'mbrtoc32' module: It assumed that when wchar_t is 32-bit and mbrtoc32() exists in libc, mbrtoc32() is equivalent

Re: IBM z/OS compatibility issues

2020-01-08 Thread Daniel Richard G.
Apologies for the delay; holiday travel kept me occupied! On Sat, 2019 Dec 14 08:51-05:00, Bruno Haible wrote: > > > This sounds good. It would imply broadening the scope of the script > > beyond just working around the -c -o limitation, but then it was > > always a curiosity that that has been th

Re: z/OS, iconv, and gperf

2020-01-08 Thread Daniel Richard G.
On Sat, 2019 Dec 21 00:49-05:00, Bruno Haible wrote: > > Oh, certainly many of the IBM-nnn encodings are variants of what > Microsoft and the rest of the world do regarding codepage nnn. Find an > extensive comparison at > https://haible.de/bruno/charsets/conversion-tables/index.html . > > You fin