Re: [PATCH] IBM z/OS + EBCDIC support

2015-09-23 Thread Daniel Richard G.
Hi Paul, I tested your changes in git a406de9c. A handful of fixes are needed: * c_isascii(): Add \x07 (DEL) as an ASCII character. * c_isascii(): Drop \xFF (EO), as this is not ASCII. * c_iscntrl(): Add \x07 (DEL) as a control character. * c_iscntrl(): Drop \xFF (EO), as apparently this is no

Re: [PATCH] IBM z/OS + EBCDIC support

2015-09-23 Thread Paul Eggert
On 09/22/2015 11:58 PM, Daniel Richard G. wrote: What about having a check in test-c-ctype that compares c_iscntrl() with its system counterpart? If the assumption is that alternate EBCDIC encodings used with Gnulib will agree with EBCDIC-1047 on these characters, then that should be checked. G

Re: [PATCH] IBM z/OS + EBCDIC support

2015-09-23 Thread Paul Eggert
On 09/22/2015 11:58 PM, Daniel Richard G. wrote: There is one assertion that needs to be #ifdef'ed out for EBCDIC: Better than that, let's improve the assertion so that it works for EBCDIC. I installed the attached. >From a7a072a14945dfbe5fdd207926846b2c286b4b83 Mon Sep 17 00:00:00 2001 From: