From e4d1a04a3cacc84392750a00b68b1f99c80cba26 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 30 Aug 2000 02:34:17 +0000 Subject: Update. * locales/ja_JP: Add yesstr and nostr information. --- iconvdata/big5.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'iconvdata/big5.c') diff --git a/iconvdata/big5.c b/iconvdata/big5.c index af2fa787f1..9cf5a5f6f4 100644 --- a/iconvdata/big5.c +++ b/iconvdata/big5.c @@ -29,7 +29,7 @@ /* Table for Big5 to UCS conversion. This is generated from the BIG5 charmap, using the following command: - egrep "/x../x.." BIG5 | egrep -v "^%" | segA.pl > segA + egrep "/x../x.." BIG5 | egrep -v "^%" | segA.pl > segA where segA.pl script is: @@ -3790,7 +3790,7 @@ static const char from_ucs4_tab1[256][2] = /* 0xf5 */ "\x00\x00", "\x00\x00", "\xa1\xd2" }; -/* In the following are generated from the BIG5 charmap, using the +/* In the following are generated from the BIG5 charmap, using the following commands: --------------------------------------------------------------------- @@ -8628,7 +8628,7 @@ static const char from_ucs4_tab15[][2] = ch = big5_to_ucs[idx]; \ \ /* Is this character defined? */ \ - if (__builtin_expect (ch, 1) == 0 && *inptr != '\0') \ + if (__builtin_expect (ch, 1) == 0) \ { \ /* This is an illegal character. */ \ if (! ignore_errors_p ()) \ -- cgit v1.2.3