summaryrefslogtreecommitdiff
path: root/locale/C-ctype.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-05-01 13:55:18 +0000
committerRoland McGrath <roland@gnu.org>1996-05-01 13:55:18 +0000
commit75cd5204dd829d849a6e41380a64cf61d7f406d0 (patch)
tree8d821a60b9fd42bf4965b49faf5e6d13f7cebee3 /locale/C-ctype.c
parent5bd44955948a63ea9a71726fb2b8b54b970aeb66 (diff)
Wed May 1 09:10:04 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* time/strftime.c: Use canonical autoconf nugget for time.h+sys/time.h include. Mon Apr 29 02:48:26 1996 Ulrich Drepper <drepper@cygnus.com> * ctype/ctype-info.c: (__ctype_width): New variable. (__ctype_names): Initialize correctly without offset. * locale/C-collate.c, locale/C-ctype.c, locale/C-messages.c, locale/C-monetary.c, locale/C-numeric.c, locale/C-time.c: Change copyright. * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Correct endianess for initialization value. * locale/lc-ctype.c (current): Add parameter for offset. (__ctype32_b, __ctype_width): Add initialization for these variables. * locale/programs/charmap.c: Finish support for WIDTH information. (new_width): New function. * locale/programs/charset.h (width_rule): new data structure. (charset_t): Add elements for width information. * locale/programs/ld-ctype.c (locale_ctype_t): Add element for width information. (allocate_arrays): Add new argument for charset. (ctype_finish): Make sure all characters named in charset width table are known to name table. (ctype_output): Correct handling of class and map name information and write out width information. (find_idx): Prepare for being called with NULL pointer as TABLE argument. This means only allocate name entry. (allocate_arrays): Correct handling of array element -1. Because EOF == -1 the value of element 127 must *not* be mirrored here. Fill width information from charset tables. * locale/programs/localedef.c (main): Correct loop over all categories after change of order from Thu Mar 28 14:22:51 1996. Add new charset argument to call of `write_all_categories'. * locale/programs/locales.h (ctype_finish, ctype_output): New charset argument. * locale/programs/locfile.c (write_all_categories): Call `ctype_output' with additional argument charset. * posix/getconf.c (vars): Add _POSIX_SYNC_IO, _POSIX_ASYNC_IO, and _POSIX_PRIO_IO definitions. * posix/posix2_lim.h: Add definition of _POSIX2_CHARCLASS_NAME_MAX and CHARCLASS_NAME_MAX. * posix/unistd.h: Document _POSIX_SYNC_IO, _POSIX_ASYNC_IO, and _POSIX_PRIO_IO. * stdlib/grouping.h: Prepare for use in wide string functions. * stdlib/stdlib.h: Correct prototypes for __strto*_internal functions. * stdlib/strtod.c: Extend for use as `wcsto{f,d,ld}'. * stdlib/strtol.c: Extend for use as `wcsto{l,ul,q,uq}'. * string/strcoll.c: Extend for use as `wcscoll'. * string/strxfrm.c: Extend for use as `wcsxfrm'. * sysdeps/generic/confname.h: Add definition of _PC_SYNC_IO, _PC_ASYNC_IO, _PC_PRIO_IO and _SC_CHARCLASS_NAME_MAX. * sysdeps/generic/stpncpy.c: Correct return value. * sysdeps/posix/fpathconf.c: Add handling of _PC_SYNC_IO, _PC_ASYNC_IO, and _PC_PRIO_IO. * sysdeps/posix/sysconf.c: Add handling of _SC_REALTIME_SIGNALS, _SC_PRIORITY_SCHEDULING, _SC_TIMERS, _SC_ASYNCHRONOUS_IO, _SC_PRIORITIZED_IO, _SC_SYNCHRONIZED_IO, _SC_FSYNC, _SC_MAPPED_FILES, _SC_MEMLOCK, _SC_MEMLOCK_RANGE, _SC_MEMORY_PROTECTION, _SC_MESSAGE_PASSING, _SC_SEMAPHORES, _SC_SHARED_MEMORY_OBJECTS, and _SC_CHARCLASS_NAME_MAX. * sysdeps/stub/sysconf.c: Ditto. * sysdeps/unix/sysv/sysv4/sysconf.c: Ditto. * sysdeps/unix/sysv/linux/Dist: Add sys/sysctl.h. * sysdeps/unix/sysv/linux/Makefile [subdir == misc] (sysdep_routines): Add s_sysctl and sysctl. * sysdeps/unix/sysv/linux/sys/mman.h: Add declaration of mremap. * sysdeps/unix/sysv/linux/sys/socket.h: New file. Wrapper around kernel header. * sysdeps/unix/sysv/linux/sys/sysctl.h: New file. Define interface to `sysctl' function. * sysdeps/unix/sysv/linux/syscalls.list: Add mremap and _sysctl. * sysdeps/unix/sysv/linux/sysconf.c: Add handling of _SC_CHARCLASS_NAME_MAX. * sysdeps/unix/sysv/linux/sysctl.c: new file. Implement caller of _sysctl system call. * sysvipc/Makefile (routines): Add ftok. * sysvipc/ftok.c: use variable `proj_id' not `id'. Patch by David Mosberger-Tang. * wcsmbs/Makefile (routines): Add wcpcpy, wcpncpy, wcstol, wcstoul, wcstoq, wcstouq, wcstod, wcstold, wcstof, wcscoll, wcsxfrm, wcwidth, and wcswidth. * wcsmbs/wchar.h: Add declarations for wcpcpy, wcpncpy, wcstol, wcstoul, wcstoq, wcstouq, wcstod, wcstold, wcstof, wcscoll, wcsxfrm, wcwidth, and wcswidth. Declare internal interfaces for wcsto* functions. [OPTIMIZE]: Define inline functions for wcsto* functions to call internal interface functions. * wcsmbs/wcpcpy.c, wcsmbs/wcpncpy.c: New files. Implement non- standard function equivalent to stpcpy/stpncpy. * wcsmbs/wcscoll.c: Implement `wcscoll' function by using `strcoll' implementation. * wcsmbs/wcscpy.c, wcsmbs/wcsncpy.c: Use wint_t instead of wchar_t. * wcsmbs/wcstod.c: Implement `wcstod' function by using `strtod' implementation. * wcsmbs/wcstof.c: Same for `wcstof'. * wcsmbs/wcstold.c: Same for `strtold'. * wcsmbs/wcstol.c: Implement `wcstol' function by using `strtol' implementation. * wcsmbs/wcstoq.c: Same for `wcstoq'. * wcsmbs/wcstoul.c: Same for `wcstoul'. * wcsmbs/wcstouq.c: Same for `wcstouq'. * wcsmbs/wcswidth.c: Implement `wcswidth' function from X/Open CAE. * wcsmbs/wcwidth.c: Ditto for `wcwidth'. * wcsmbs/wcwidth.h: Common function for definitions of above two functions. * wcsmbs/wcsxfrm.c: Implement `wcsxfrm function by using `strxfrm implementation. * wctype/wctype.c: Remove case for `wctype_t' being 16 bit type. * wctype/wctype.h (wint_t): Protect against multiple definition. (wctype_t): Always define as `unsigned long int'. * wctype.h: New file. Wrapper around wctype/wctype.h. * hurd/hurdstartup.c (_hurd_split_args): Function removed. (_hurd_startup): Use argz functions. * hurd/hurdexec.c: Use argz functions.
Diffstat (limited to 'locale/C-ctype.c')
-rw-r--r--locale/C-ctype.c191
1 files changed, 104 insertions, 87 deletions
diff --git a/locale/C-ctype.c b/locale/C-ctype.c
index 8bf6beeea5..95ac311570 100644
--- a/locale/C-ctype.c
+++ b/locale/C-ctype.c
@@ -1,4 +1,21 @@
-/* Generated by GNU locale 0.1. */
+/* Copyright (C) 1995, 1996 Free Software Foundation, Inc.
+This file is part of the GNU C Library.
+Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
+
+The GNU C Library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Library General Public License as
+published by the Free Software Foundation; either version 2 of the
+License, or (at your option) any later version.
+
+The GNU C Library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Library General Public License for more details.
+
+You should have received a copy of the GNU Library General Public
+License along with the GNU C Library; see the file COPYING.LIB. If
+not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
#include "localeinfo.h"
#include <endian.h>
@@ -70,92 +87,92 @@ const char _nl_C_LC_CTYPE_class[768] =
/* 0xfa */ "\002\000" "\002\000" "\002\000" "\002\000" "\002\000" "\002\000"
;
const char _nl_C_LC_CTYPE_class32[1024] =
- /* 0x00 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0x03 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0x06 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0x09 */ "\003\040\000\000" "\002\040\000\000" "\002\040\000\000"
- /* 0x0c */ "\002\040\000\000" "\002\040\000\000" "\002\000\000\000"
- /* 0x0f */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0x12 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0x15 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0x18 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0x1b */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0x1e */ "\002\000\000\000" "\002\000\000\000" "\001\140\000\000"
- /* 0x21 */ "\004\300\000\000" "\004\300\000\000" "\004\300\000\000"
- /* 0x24 */ "\004\300\000\000" "\004\300\000\000" "\004\300\000\000"
- /* 0x27 */ "\004\300\000\000" "\004\300\000\000" "\004\300\000\000"
- /* 0x2a */ "\004\300\000\000" "\004\300\000\000" "\004\300\000\000"
- /* 0x2d */ "\004\300\000\000" "\004\300\000\000" "\004\300\000\000"
- /* 0x30 */ "\010\330\000\000" "\010\330\000\000" "\010\330\000\000"
- /* 0x33 */ "\010\330\000\000" "\010\330\000\000" "\010\330\000\000"
- /* 0x36 */ "\010\330\000\000" "\010\330\000\000" "\010\330\000\000"
- /* 0x39 */ "\010\330\000\000" "\004\300\000\000" "\004\300\000\000"
- /* 0x3c */ "\004\300\000\000" "\004\300\000\000" "\004\300\000\000"
- /* 0x3f */ "\004\300\000\000" "\004\300\000\000" "\010\325\000\000"
- /* 0x42 */ "\010\325\000\000" "\010\325\000\000" "\010\325\000\000"
- /* 0x45 */ "\010\325\000\000" "\010\325\000\000" "\010\305\000\000"
- /* 0x48 */ "\010\305\000\000" "\010\305\000\000" "\010\305\000\000"
- /* 0x4b */ "\010\305\000\000" "\010\305\000\000" "\010\305\000\000"
- /* 0x4e */ "\010\305\000\000" "\010\305\000\000" "\010\305\000\000"
- /* 0x51 */ "\010\305\000\000" "\010\305\000\000" "\010\305\000\000"
- /* 0x54 */ "\010\305\000\000" "\010\305\000\000" "\010\305\000\000"
- /* 0x57 */ "\010\305\000\000" "\010\305\000\000" "\010\305\000\000"
- /* 0x5a */ "\010\305\000\000" "\004\300\000\000" "\004\300\000\000"
- /* 0x5d */ "\004\300\000\000" "\004\300\000\000" "\004\300\000\000"
- /* 0x60 */ "\004\300\000\000" "\010\326\000\000" "\010\326\000\000"
- /* 0x63 */ "\010\326\000\000" "\010\326\000\000" "\010\326\000\000"
- /* 0x66 */ "\010\326\000\000" "\010\306\000\000" "\010\306\000\000"
- /* 0x69 */ "\010\306\000\000" "\010\306\000\000" "\010\306\000\000"
- /* 0x6c */ "\010\306\000\000" "\010\306\000\000" "\010\306\000\000"
- /* 0x6f */ "\010\306\000\000" "\010\306\000\000" "\010\306\000\000"
- /* 0x72 */ "\010\306\000\000" "\010\306\000\000" "\010\306\000\000"
- /* 0x75 */ "\010\306\000\000" "\010\306\000\000" "\010\306\000\000"
- /* 0x78 */ "\010\306\000\000" "\010\306\000\000" "\010\306\000\000"
- /* 0x7b */ "\004\300\000\000" "\004\300\000\000" "\004\300\000\000"
- /* 0x7e */ "\004\300\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0x81 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0x84 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0x87 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0x8a */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0x8d */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0x90 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0x93 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0x96 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0x99 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0x9c */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0x9f */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xa2 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xa5 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xa8 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xab */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xae */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xb1 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xb4 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xb7 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xba */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xbd */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xc0 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xc3 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xc6 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xc9 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xcc */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xcf */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xd2 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xd5 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xd8 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xdb */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xde */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xe1 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xe4 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xe7 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xea */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xed */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xf0 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xf3 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xf6 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xf9 */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xfc */ "\002\000\000\000" "\002\000\000\000" "\002\000\000\000"
- /* 0xff */ "\002\000\000\000"
+ /* 0x00 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0x03 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0x06 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0x09 */ "\000\000\003\040" "\000\000\002\040" "\000\000\002\040"
+ /* 0x0c */ "\000\000\002\040" "\000\000\002\040" "\000\000\002\000"
+ /* 0x0f */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0x12 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0x15 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0x18 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0x1b */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0x1e */ "\000\000\002\000" "\000\000\002\000" "\000\000\001\140"
+ /* 0x21 */ "\000\000\004\300" "\000\000\004\300" "\000\000\004\300"
+ /* 0x24 */ "\000\000\004\300" "\000\000\004\300" "\000\000\004\300"
+ /* 0x27 */ "\000\000\004\300" "\000\000\004\300" "\000\000\004\300"
+ /* 0x2a */ "\000\000\004\300" "\000\000\004\300" "\000\000\004\300"
+ /* 0x2d */ "\000\000\004\300" "\000\000\004\300" "\000\000\004\300"
+ /* 0x30 */ "\000\000\010\330" "\000\000\010\330" "\000\000\010\330"
+ /* 0x33 */ "\000\000\010\330" "\000\000\010\330" "\000\000\010\330"
+ /* 0x36 */ "\000\000\010\330" "\000\000\010\330" "\000\000\010\330"
+ /* 0x39 */ "\000\000\010\330" "\000\000\004\300" "\000\000\004\300"
+ /* 0x3c */ "\000\000\004\300" "\000\000\004\300" "\000\000\004\300"
+ /* 0x3f */ "\000\000\004\300" "\000\000\004\300" "\000\000\010\325"
+ /* 0x42 */ "\000\000\010\325" "\000\000\010\325" "\000\000\010\325"
+ /* 0x45 */ "\000\000\010\325" "\000\000\010\325" "\000\000\010\305"
+ /* 0x48 */ "\000\000\010\305" "\000\000\010\305" "\000\000\010\305"
+ /* 0x4b */ "\000\000\010\305" "\000\000\010\305" "\000\000\010\305"
+ /* 0x4e */ "\000\000\010\305" "\000\000\010\305" "\000\000\010\305"
+ /* 0x51 */ "\000\000\010\305" "\000\000\010\305" "\000\000\010\305"
+ /* 0x54 */ "\000\000\010\305" "\000\000\010\305" "\000\000\010\305"
+ /* 0x57 */ "\000\000\010\305" "\000\000\010\305" "\000\000\010\305"
+ /* 0x5a */ "\000\000\010\305" "\000\000\004\300" "\000\000\004\300"
+ /* 0x5d */ "\000\000\004\300" "\000\000\004\300" "\000\000\004\300"
+ /* 0x60 */ "\000\000\004\300" "\000\000\010\326" "\000\000\010\326"
+ /* 0x63 */ "\000\000\010\326" "\000\000\010\326" "\000\000\010\326"
+ /* 0x66 */ "\000\000\010\326" "\000\000\010\306" "\000\000\010\306"
+ /* 0x69 */ "\000\000\010\306" "\000\000\010\306" "\000\000\010\306"
+ /* 0x6c */ "\000\000\010\306" "\000\000\010\306" "\000\000\010\306"
+ /* 0x6f */ "\000\000\010\306" "\000\000\010\306" "\000\000\010\306"
+ /* 0x72 */ "\000\000\010\306" "\000\000\010\306" "\000\000\010\306"
+ /* 0x75 */ "\000\000\010\306" "\000\000\010\306" "\000\000\010\306"
+ /* 0x78 */ "\000\000\010\306" "\000\000\010\306" "\000\000\010\306"
+ /* 0x7b */ "\000\000\004\300" "\000\000\004\300" "\000\000\004\300"
+ /* 0x7e */ "\000\000\004\300" "\000\000\002\000" "\000\000\002\000"
+ /* 0x81 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0x84 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0x87 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0x8a */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0x8d */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0x90 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0x93 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0x96 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0x99 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0x9c */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0x9f */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xa2 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xa5 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xa8 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xab */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xae */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xb1 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xb4 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xb7 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xba */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xbd */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xc0 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xc3 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xc6 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xc9 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xcc */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xcf */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xd2 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xd5 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xd8 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xdb */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xde */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xe1 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xe4 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xe7 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xea */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xed */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xf0 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xf3 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xf6 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xf9 */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xfc */ "\000\000\002\000" "\000\000\002\000" "\000\000\002\000"
+ /* 0xff */ "\000\000\002\000"
;
#if BYTE_ORDER == LITTLE_ENDIAN
const char _nl_C_LC_CTYPE_toupper[1536] =