diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-18 07:21:33 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-18 07:21:45 +0200 |
commit | f17164bd51db31f47fbbdae826c63b6d78184c45 (patch) | |
tree | 8a26f230e42274341ced2fae8a7edb3be474be07 /iconvdata/ibm284.c | |
parent | 22866ed85844fc1cb40252aa1d8c46059f6f54a3 (diff) | |
download | glibc-f17164bd51db31f47fbbdae826c63b6d78184c45.zip glibc-f17164bd51db31f47fbbdae826c63b6d78184c45.tar.gz glibc-f17164bd51db31f47fbbdae826c63b6d78184c45.tar.bz2 |
localedata: Use U+00AF MACRON in more EBCDIC charsets [BZ #27882]
This updates IBM256, IBM277, IBM278, IBM280, IBM284, IBM297, IBM424
in the same way that IBM273 was updated for bug 23290.
IBM256 and IBM424 still have holes after this change, so HAS_HOLES
is not updated.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'iconvdata/ibm284.c')
-rw-r--r-- | iconvdata/ibm284.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/ibm284.c b/iconvdata/ibm284.c index e2e20a0..2fdd6e3 100644 --- a/iconvdata/ibm284.c +++ b/iconvdata/ibm284.c @@ -23,6 +23,6 @@ #define TABLES <ibm284.h> #define CHARSET_NAME "IBM284//" -#define HAS_HOLES 1 /* Not all 256 character are defined. */ +#define HAS_HOLES 0 #include <8bit-gap.c> |