From c7c3b0e907efac218b329ebbe3fc7432ec4415c5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 29 Aug 2000 21:14:05 +0000 Subject: Update. 2000-08-29 Akira Higuchi * iconv/gconv_db.c (increment_counter): Reset __init_fct, __fct, and __end_fct fields of struct __gconv_step. * iconv/Makefile (tests): Add iconv-bug2. * iconv/iconv-bug2.c: New file. * iconvdata/euc-kr.c (BODY for FROM_LOOP): Pass 'inend - inptr' instead of 'inptr - inend' to ksc5601_to_ucs4. * iconvdata/sjis.c (BODY for FROM_LOOP): Allow 0x7f character. * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): If an incomplete character or shift sequence is found at the end of the input string, return__GCONV_INCOMPLETE_INPUT instead of __GCONV_EMPTY_INPUT. * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise. * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise. * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Return __GCONV_ILLEGAL_INPUT for 8bit characters. --- localedata/ChangeLog | 7 +++++++ localedata/SUPPORTED | 2 ++ localedata/charmaps/GB2312 | 2 +- localedata/charmaps/GBK | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) (limited to 'localedata') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 559d001528..4987943264 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,10 @@ +2000-08-29 Akira Higuchi + + * charmaps/GB2312: Fix ".." -> "..." in width definitions. + * charmaps/GBK: Likewise. + + * SUPPORTED: Add zh_CN.GB2312 and zh_TW.BIG5. + 2000-08-27 Ulrich Drepper * locales/sv_SE: Remove old LC_COLLATE definition. Use iso14651_t1 diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED index 8522572e92..ae2a0d4db9 100644 --- a/localedata/SUPPORTED +++ b/localedata/SUPPORTED @@ -127,3 +127,5 @@ th_TH TIS-620 tr_TR ISO-8859-9 uk_UA KOI8-U vi_VN UTF-8 +zh_CN GB2312 +zh_TW BIG5 diff --git a/localedata/charmaps/GB2312 b/localedata/charmaps/GB2312 index 3dd7b481b9..30d94effee 100644 --- a/localedata/charmaps/GB2312 +++ b/localedata/charmaps/GB2312 @@ -7634,5 +7634,5 @@ CHARMAP END CHARMAP WIDTH -.. 2 +... 2 END WIDTH diff --git a/localedata/charmaps/GBK b/localedata/charmaps/GBK index 7c8b3bfab2..de48a44183 100644 --- a/localedata/charmaps/GBK +++ b/localedata/charmaps/GBK @@ -21929,5 +21929,5 @@ CHARMAP END CHARMAP WIDTH -.. 2 +... 2 END WIDTH -- cgit v1.2.3