mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
Update.
* locales/ja_JP: Add yesstr and nostr information.
This commit is contained in:
parent
34e55074c4
commit
e4d1a04a3c
@ -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 ()) \
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user