diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-06-18 04:46:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-06-18 04:46:52 +0000 |
commit | 86621b49b23066f6bde674648b6ca6fe4ce00c96 (patch) | |
tree | c4028b1758e26610f98b5236daa7fce470263fed /iconvdata/big5hkscs.c | |
parent | faa4d5b379b88576f50894b37694247bdc596d6e (diff) | |
download | glibc-86621b49b23066f6bde674648b6ca6fe4ce00c96.tar glibc-86621b49b23066f6bde674648b6ca6fe4ce00c96.tar.gz glibc-86621b49b23066f6bde674648b6ca6fe4ce00c96.tar.bz2 glibc-86621b49b23066f6bde674648b6ca6fe4ce00c96.zip |
Update.
2001-06-09 Bruno Haible <haible@clisp.cons.org>
* iconvdata/gconv-modules (BIG5HKSCS): New alias BIG5-HKSCS.
(ISO-8859-14): New aliases ISO_8859-14 and ISO-CELTIC.
* iconvdata/tst-tables.sh: For BIG5HKSCS, use BIG5-HKSCS charmap.
2001-05-26 Bruno Haible <haible@clisp.cons.org>
* iconvdata/tst-tables.sh: For SJIS module, use SHIFT_JIS charmap.
* manual/charset.texi: Write Shift_JIS, not Shift-JIS.
Diffstat (limited to 'iconvdata/big5hkscs.c')
-rw-r--r-- | iconvdata/big5hkscs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iconvdata/big5hkscs.c b/iconvdata/big5hkscs.c index dff5456868..94c0739b75 100644 --- a/iconvdata/big5hkscs.c +++ b/iconvdata/big5hkscs.c @@ -35,7 +35,7 @@ Using the charmap: - sed 's|^<U\(....\)> *.x\(..\)/x\(..\).*|0x\2\3 \1|p;d' BIG5HKSCS | + sed 's|^<U\(....\)> *.x\(..\)/x\(..\).*|0x\2\3 \1|p;d' BIG5-HKSCS | perl big5.pl where big5.pl is: @@ -4600,7 +4600,7 @@ static const uint16_t big5hkscs_to_ucs[] = /* The mapping from Unicode to Big5 is not easy since we have several separate blocks. - sort BIG5HKSCS | sed 's|^<U\(....\)> ./x\(..\)/x\(..\).*|\1 \2\3|p;d' | + sort BIG5-HKSCS | sed 's|^<U\(....\)> ./x\(..\)/x\(..\).*|\1 \2\3|p;d' | perl big5.pl where big5.pl is: |