mirror of
https://sourceware.org/git/glibc.git
synced 2025-11-03 20:53:13 +03:00
Use U+02BB MODIFIER LETTER TURNED COMMA instead of U+0027 APOSTROPHE in yesstr and nostr for to_TO locale
Suggested by Rafał Lużyński. * locales/to_TO (LC_MESSAGES): Use U+02BB instead of U+0027 in yesstr and nostr
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2017-07-17 Mike FABIAN <mfabian@redhat.com>
|
||||||
|
|
||||||
|
* locales/to_TO (LC_MESSAGES): Use U+02BB instead of U+0027 in yesstr and nostr
|
||||||
|
|
||||||
2017-07-17 Mike FABIAN <mfabian@redhat.com>
|
2017-07-17 Mike FABIAN <mfabian@redhat.com>
|
||||||
|
|
||||||
* locales/agr_PE (LC_MESSAGES): Add yY to yesexpr.
|
* locales/agr_PE (LC_MESSAGES): Add yY to yesexpr.
|
||||||
|
|||||||
@@ -162,10 +162,10 @@ LC_MESSAGES
|
|||||||
yesexpr "<U005E><U005B><U002B><U0031><U0079><U0059><U005D>"
|
yesexpr "<U005E><U005B><U002B><U0031><U0079><U0059><U005D>"
|
||||||
% ^[-0nN]
|
% ^[-0nN]
|
||||||
noexpr "<U005E><U005B><U002D><U0030><U006E><U004E><U005D>"
|
noexpr "<U005E><U005B><U002D><U0030><U006E><U004E><U005D>"
|
||||||
% Yes -> 'Io
|
% Yes -> ʻIo
|
||||||
yesstr "<U0027><U0049><U006F>"
|
yesstr "<U02BB><U0049><U006F>"
|
||||||
% NO -> 'Ikai
|
% NO -> ʻIkai
|
||||||
nostr "<U0027><U0049><U006B><U0061><U0069>"
|
nostr "<U02BB><U0049><U006B><U0061><U0069>"
|
||||||
END LC_MESSAGES
|
END LC_MESSAGES
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user