mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
Drop redundant .* from yesexpr and noexpr in agr_PE locale
And make the expressions more readable by using the POSIX portable character set instead of Unicode code points. * locales/agr_PE (LC_MESSAGES): drop .* from yesexpr and noexpr
This commit is contained in:
parent
6244070d41
commit
a0b7f996b7
@ -1,3 +1,7 @@
|
||||
2017-08-03 Mike FABIAN <mfabian@redhat.com>
|
||||
|
||||
* locales/agr_PE (LC_MESSAGES): drop .* from yesexpr and noexpr
|
||||
|
||||
2017-08-02 Akhilesh Kumar <akhilesh.k@samsung.com>
|
||||
|
||||
[BZ #21845]
|
||||
|
@ -170,14 +170,10 @@ copy "es_PE"
|
||||
END LC_MEASUREMENT
|
||||
|
||||
LC_MESSAGES
|
||||
% ^[+1eEsSyY].*
|
||||
yesexpr "<U005E><U005B><U002B><U0031><U0065><U0045><U0073><U0053><U0079><U0059><U005D><U002E><U002A>"
|
||||
% ^[-0aAnN].*
|
||||
noexpr "<U005E><U005B><U002D><U0030><U0061><U0041><U006E><U004E><U005D><U002E><U002A>"
|
||||
% ehe
|
||||
yesstr "<U0065><U0068><U0065>"
|
||||
% atsa
|
||||
nostr "<U0061><U0074><U0073><U0061>"
|
||||
yesexpr "^[+1eEsSyY]"
|
||||
noexpr "^[-0aAnN]"
|
||||
yesstr "ehe"
|
||||
nostr "atsa"
|
||||
END LC_MESSAGES
|
||||
|
||||
LC_NAME
|
||||
|
Loading…
Reference in New Issue
Block a user