mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
cmn_TW locale: Improve yesexpr and noexpr
* localedata/locales/cmn_TW (LC_MESSAGES): In yesexpr and noexpr, also check for Chinese characters.
This commit is contained in:
parent
effc9e1d50
commit
d971f38002
@ -1,3 +1,8 @@
|
||||
2017-10-25 Mike FABIAN <mfabian@redhat.com>
|
||||
|
||||
* localedata/locales/cmn_TW (LC_MESSAGES): In yesexpr and noexpr,
|
||||
also check for Chinese characters.
|
||||
|
||||
2017-10-25 Mike FABIAN <mfabian@redhat.com>
|
||||
|
||||
* localedata/locales/chr_US (LC_MESSAGES): In yesexpr and noexpr,
|
||||
|
@ -169,10 +169,8 @@ measurement 1
|
||||
END LC_MEASUREMENT
|
||||
|
||||
LC_MESSAGES
|
||||
% ^[yY]
|
||||
yesexpr "<U005E><U005B><U0079><U0059><U005D>"
|
||||
% ^[nN]
|
||||
noexpr "<U005E><U005B><U006E><U004E><U005D>"
|
||||
yesexpr "^[+1yY<U662F>]"
|
||||
noexpr "^[-0nN<U4E0D><U5426>]"
|
||||
% 是
|
||||
yesstr "<U662F>"
|
||||
% 不是
|
||||
|
Loading…
Reference in New Issue
Block a user