diff options
Diffstat (limited to 'iconvdata/isiri-3342.c')
-rw-r--r-- | iconvdata/isiri-3342.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iconvdata/isiri-3342.c b/iconvdata/isiri-3342.c index 80f7b90d94..f2415bc778 100644 --- a/iconvdata/isiri-3342.c +++ b/iconvdata/isiri-3342.c @@ -1,5 +1,5 @@ /* Conversion from and to ISIRI-3342. - Copyright (C) 1999 Free Software Foundation, Inc. + Copyright (C) 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999. @@ -24,6 +24,6 @@ #define TABLES <isiri-3342.h> #define CHARSET_NAME "ISIRI-3342//" -#define HAS_HOLES 1 /* Not all 256 character are defined. */ +#define HAS_HOLES (*inptr > 0x80) /* 0x80 really maps to 0x0000. */ #include <8bit-gap.c> |