Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
	* locales/ja_JP: Add yesstr and nostr information.
  • Loading branch information
Ulrich Drepper committed Aug 30, 2000
1 parent 34e5507 commit e4d1a04
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions iconvdata/big5.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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:

---------------------------------------------------------------------
Expand Down Expand Up @@ -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 ()) \
Expand Down
2 changes: 2 additions & 0 deletions localedata/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2000-08-29 Ulrich Drepper <drepper@redhat.com>

* locales/ja_JP: Add yesstr and nostr information.

* charmaps/GB18030: Add entries from GBK not present here.

* SUPPORTED: Add zh_TW.EUC-JP and zh_CN.GB18030.
Expand Down
2 changes: 2 additions & 0 deletions localedata/locales/ja_JP
Original file line number Diff line number Diff line change
Expand Up @@ -18502,6 +18502,8 @@ END LC_COLLATE
LC_MESSAGES
yesexpr "<U005E><U005B><U0079><U0059><UFF59><UFF39><U005D>"
noexpr "<U005E><U005B><U006E><U004E><UFF4E><UFF2E><U005D>"
yesstr "<U306F><U3044>"
nostr "<U3044><U3044><U3048>"
END LC_MESSAGES


Expand Down

0 comments on commit e4d1a04

Please sign in to comment.