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/ibm280.c | |
parent | 22866ed85844fc1cb40252aa1d8c46059f6f54a3 (diff) | |
download | glibc-f17164bd51db31f47fbbdae826c63b6d78184c45.tar.gz glibc-f17164bd51db31f47fbbdae826c63b6d78184c45.tar.xz glibc-f17164bd51db31f47fbbdae826c63b6d78184c45.zip |
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/ibm280.c')
-rw-r--r-- | iconvdata/ibm280.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/ibm280.c b/iconvdata/ibm280.c index 60d78963bc..35283a1691 100644 --- a/iconvdata/ibm280.c +++ b/iconvdata/ibm280.c @@ -23,6 +23,6 @@ #define TABLES <ibm280.h> #define CHARSET_NAME "IBM280//" -#define HAS_HOLES 1 /* Not all 256 character are defined. */ +#define HAS_HOLES 0 #include <8bit-gap.c> |