]> Savannah Git Hosting - gnulib.git/commit
c-ctype: assume EBCDIC 1047 for c_iscntrl
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Sep 2015 21:47:06 +0000 (14:47 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Sep 2015 22:01:20 +0000 (15:01 -0700)
commit5c592b1c6218391c9869db5051e4ae8561a4935e
treef590b9dd3efefb3b7b169509bb3fd41d79f7cf02
parentad0295870b2817c79181e3cb372348b1aca31787
c-ctype: assume EBCDIC 1047 for c_iscntrl

* lib/c-ctype.c (c_iscntrl): When EBCDIC, assume code page 1047 at
both compile-time and at run-time.  Check it at compile-time.  We can
worry about other code pages later, if the topic ever comes up.
Fix typo in C_CTYPE_EBCDIC.
lib/c-ctype.c