This is the mail archive of the libc-locales@sourceware.org mailing list for the GNU libc locales project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug localedata/9833] New: wrong "noexpr" in ko_KR LC_MESSAGES data


$ locale LC_MESSAGES
^[yY¿¹]
^[nN¾Æ´Ï¿À]


UTF-8
$

The word in the second line, "¾Æ´Ï¿À" is the negative answer in Korean. But only
the first character "¾Æ" should be in the brackets, to make it work as written
in the locale data:

...
% NOTES on LC_MESSAGES
%
% Any string starting with any form of Latin Y and Korea
% `Yea' are recognized as affirmative answer.  Negative answer is
% recognized by Latin N and Hangul `A' (which stands for ``Anio'').

LC_MESSAGES

yesexpr "<U005E><U005B><U0079><U0059><UC608><U005D>"

noexpr  "<U005E><U005B><U006E><U004E><UC544><UB2C8><UC624><U005D>"

END LC_MESSAGES
...


noexpr should be like this:

noexpr  "<U005E><U005B><U006E><U004E><UC544><U005D>"

-- 
           Summary: wrong "noexpr" in ko_KR LC_MESSAGES data
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: localedata
        AssignedTo: libc-locales at sources dot redhat dot com
        ReportedBy: cwryu at debian dot org
                CC: glibc-bugs at sources dot redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=9833

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]