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
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
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: