Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2023-02-25 15:19:27 +0300
committerCorinna Vinschen <corinna@vinschen.de>2023-02-25 18:12:51 +0300
commit2b052b3c5080c1b601129fcceda5f6537a442c87 (patch)
tree7886ef6b384da1d04ee41dcd0347ad76ee1c8d8d /winsup/cygwin/ctype.cc
parent98aed7943ee3000281b1226e5a68152a3da7358f (diff)
Cygwin: fully support KOI8-T codeset
Commit 89eb4bce152f was pretty half-hearted, missing the codepage character type tables and wctomb/mbtowc mappings. Fixes: 89eb4bce152f ("Cygwin: support KOI8-T codeset") Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/ctype.cc')
-rw-r--r--winsup/cygwin/ctype.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ctype.cc b/winsup/cygwin/ctype.cc
index 7bdc78edf..d99e331ba 100644
--- a/winsup/cygwin/ctype.cc
+++ b/winsup/cygwin/ctype.cc
@@ -16,7 +16,7 @@ extern char _ctype_b[128 + 256];
time-critical anyway. */
extern int __iso_8859_index (const char *charset_ext); /* Newlib */
extern int __cp_index (const char *charset_ext); /* Newlib */
-extern const char __ctype_cp[22][128 + 256]; /* Newlib */
+extern const char __ctype_cp[27][128 + 256]; /* Newlib */
extern const char __ctype_iso[15][128 + 256]; /* Newlib */
void