This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH 1/1] Fix inconsistency in country_isbn and missing prefixes
- From: Akhilesh Kumar <akhilesh dot k at samsung dot com>
- To: libc-alpha at sourceware dot org
- Cc: pankaj dot m at samsung dot com, Akhilesh Kumar <akhilesh dot k at samsung dot com>
- Date: Thu, 20 Jul 2017 12:35:29 +0530
- Subject: [PATCH 1/1] Fix inconsistency in country_isbn and missing prefixes
- Authentication-results: sourceware.org; auth=none
- Cms-type: 105P
- Dlp-filter: Pass
- References: <CGME20170720070910epcas5p4efc17a5b9938c9f5cc259e0a49604bc0@epcas5p4.samsung.com>
[BZ #21797]
* locales/et_EE (LC_ADDRESS : Fix country_post.
* locales/hy_AM (LC_ADDRESS) : Fix country_post.
Signed-off-by: Akhilesh Kumar <akhilesh.k@samsung.com>
---
localedata/locales/et_EE | 2 +-
localedata/locales/hy_AM | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/localedata/locales/et_EE b/localedata/locales/et_EE
index bdd8b07..4060d1a 100644
--- a/localedata/locales/et_EE
+++ b/localedata/locales/et_EE
@@ -2242,7 +2242,7 @@ country_ab2 "<U0045><U0045>"
country_ab3 "<U0045><U0053><U0054>"
country_num 233
country_car "<U0045><U0053><U0054>"
-country_isbn "<U0039><U0039><U0038><U0035>"
+country_isbn "9949,9985"
lang_name "<U0065><U0065><U0073><U0074><U0069>"
lang_ab "<U0065><U0074>"
lang_term "<U0065><U0073><U0074>"
diff --git a/localedata/locales/hy_AM b/localedata/locales/hy_AM
index 521264d..a069ea5 100644
--- a/localedata/locales/hy_AM
+++ b/localedata/locales/hy_AM
@@ -185,7 +185,7 @@ country_ab2 "<U0041><U004D>"
country_ab3 "<U0041><U0052><U004D>"
country_num 051
country_car "<U0041><U004D>"
-country_isbn "<U0039><U0039><U0039><U0033><U0030>"
+country_isbn "9939,99930,99941"
lang_name "<U0570><U0561><U0575><U0565><U0580><U0565><U0576>"
% hy
lang_ab "<U0068><U0079>"
--
1.7.1