diff options
author | Mike FABIAN <mfabian@redhat.com> | 2017-10-24 16:37:36 +0200 |
---|---|---|
committer | Mike FABIAN <mfabian@redhat.com> | 2017-10-25 10:49:36 +0200 |
commit | fe043d8af2aac18246eac87b6ace24bf021806e7 (patch) | |
tree | aea1ce0e8fbb10211fc5a740477feddd084abb35 /localedata | |
parent | 360a8df3af57489b1c9467b46c72fe45f1225979 (diff) | |
download | glibc-fe043d8af2aac18246eac87b6ace24bf021806e7.tar.gz glibc-fe043d8af2aac18246eac87b6ace24bf021806e7.tar.xz glibc-fe043d8af2aac18246eac87b6ace24bf021806e7.zip |
km_KH locale: Fix yesstr and nostr.
* localedata/locales/km_KH (LC_MESSAGES): Fix yestr and nostr. The yesstr and nostr apparently came from CLDR. And CLDR has a bug there: these strings contain a U+17D6 (which somewhat looks like a colon) instead of a real colon to separate the full words for “yes” and “no” from the single letter responses.
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/locales/km_KH | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/localedata/locales/km_KH b/localedata/locales/km_KH index 7e62bd6d0d..55ee279a28 100644 --- a/localedata/locales/km_KH +++ b/localedata/locales/km_KH @@ -1002,8 +1002,8 @@ END LC_TIME LC_MESSAGES yesexpr "^[+1yY]" noexpr "^[-0nN]" -yesstr "<U1794><U17B6><U1791><U002F><U1785><U17B6><U179F><U200B><U17D6><U0020><U0079>" -nostr "<U1791><U17C1><U200B><U17D6><U0020><U006E>" +yesstr "<U1794><U17B6><U1791><U002F><U1785><U17B6><U179F>" +nostr "<U1791><U17C1>" END LC_MESSAGES LC_PAPER |