This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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/13952] New: Correct L10n of country-name and lang_name in km_KH


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

             Bug #: 13952
           Summary: Correct L10n of country-name and lang_name in km_KH
           Product: glibc
           Version: 2.15
            Status: NEW
          Severity: normal
          Priority: P2
         Component: localedata
        AssignedTo: unassigned@sourceware.org
        ReportedBy: cjlhomeaddress@gmail.com
                CC: libc-locales@sources.redhat.com
    Classification: Unclassified


Created attachment 6323
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6323
L10n fix km_KH

Patch attached.

Country-name field of LC_ADDRESS should be "Cambodia" in Khmer, not "Laos" in
Lao.

% ààà
country_name "<U0EA5><U0EB2><U0EA7>"

should be:

% ááááááá
country_name "<U1780><U1798><U17D2><U1796><U17BB><U1787><U17B6>"

Reference: lang-km ISO-3166 L10n

http://anonscm.debian.org/gitweb/?p=iso-codes/iso-codes.git;a=blob;f=iso_3166/km.po;h=dfb5fe888849e8a0318564da7dc445fd23f7ad11;hb=HEAD#l265

++++++++++++++++++++++

lang_name field of LC_ADDRESS should be "Khmer" in Khmer, not "Laos" in Lao.

% ààà
lang_name     "<U0EA5><U0EB2><U0EA7>"

should be:

% ááááááááá
lang_name     "<U1797><U17B6><U179F><U17B6><U1781><U17D2><U1798><U17C2><U179A>"

References:

http://en.wikipedia.org/wiki/Khmer_language

http://km.wikipedia.org/wiki/ááááááááá;

++++++++++++++++++++++

This is one of a number of such country-name corrections first identified in:
http://sourceware.org/bugzilla/show_bug.cgi?id=13237

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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