This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH 1/1] Fix yesexpr in en_DK locale
- From: Akhilesh Kumar <akhilesh dot k at samsung dot com>
- To: libc-alpha at sourceware dot org
- Cc: Akhilesh Kumar <akhilesh dot k at samsung dot com>
- Date: Mon, 31 Jul 2017 12:05:28 +0530
- Subject: [PATCH 1/1] Fix yesexpr in en_DK locale
- Authentication-results: sourceware.org; auth=none
- Cms-type: 105P
- Dlp-filter: Pass
- References: <CGME20170731063951epcas5p3d3910a93ab4af53aac061b7e5c04b4a6@epcas5p3.samsung.com>
Fix yesexpr for en_DK
[#BZ 21867 ]
locales/en_DK (LC_MESSAGES) : Fix yesexpr
---
localedata/locales/en_DK | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/localedata/locales/en_DK b/localedata/locales/en_DK
index 351c84b..2087786 100644
--- a/localedata/locales/en_DK
+++ b/localedata/locales/en_DK
@@ -128,10 +128,7 @@ first_weekday 2
END LC_TIME
LC_MESSAGES
-yesexpr "<U005E><U005B><U002B><U0031><U004A><U006A><U0073><U0053><U0079><U0059><U006F><U004F><U005D>"
-noexpr "<U005E><U005B><U002D><U0030><U006E><U004E><U005D>"
-yesstr "<U0079><U0065><U0073>"
-nostr "<U006E><U006F>"
+copy "en_US"
END LC_MESSAGES
LC_PAPER
--
1.7.1