This is the mail archive of the libc-alpha@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]

[PATCH COMMITTED] szl_PL locale: Fix a typo in the previous commit (bug 24652).


The Unicode sequences in the format <Uxxxx> should be used instead of
non-ASCII characters.

Reported by Piotr Drąg:
https://sourceware.org/bugzilla/show_bug.cgi?id=24652#c8

	[BZ #24652]
	* localedata/locales/szl_PL (day): Use the correct Unicode
	sequences instead of non-ASCII characters.
---
 ChangeLog                 | 6 ++++++
 localedata/locales/szl_PL | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index a3348ea227..962781792b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2019-06-24  Rafal Luzynski  <digitalfreak@lingonborough.com>
+
+	[BZ #24652]
+	* localedata/locales/szl_PL (day): Use the correct Unicode
+	sequences instead of non-ASCII characters.
+
 2019-06-24  Grzegorz Kulik  <gregorykkulik@gmail.com>
 
 	[BZ #24652]
diff --git a/localedata/locales/szl_PL b/localedata/locales/szl_PL
index 590b70cb6f..03e570232d 100644
--- a/localedata/locales/szl_PL
+++ b/localedata/locales/szl_PL
@@ -136,7 +136,7 @@ abday   "niy";"py<U0144>";/
         "szt";"pi<U014D>";/
         "sob"
 day     "niydziela";/
-        "py<U0144>działek";/
+        "py<U0144>dzia<U0142>ek";/
         "wtorek";/
         "strzoda";/
         "sztwortek";/
-- 
2.21.0


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