public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] szl_PL locale: Fix a typo in the previous commit (bug 24652).
@ 2019-06-24 20:25 Rafal Luzynski
  0 siblings, 0 replies; only message in thread
From: Rafal Luzynski @ 2019-06-24 20:25 UTC (permalink / raw)
  To: glibc-cvs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="us-ascii", Size: 1553 bytes --]

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=a55541fd1c4774d483c2d2b4bd17bcb9faac62e7

commit a55541fd1c4774d483c2d2b4bd17bcb9faac62e7
Author: Rafal Luzynski <digitalfreak@lingonborough.com>
Date:   Mon Jun 24 22:04:41 2019 +0200

    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.

Diff:
---
 ChangeLog                 | 6 ++++++
 localedata/locales/szl_PL | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index a3348ea..9627817 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 590b70c..03e5702 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";/


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-06-24 20:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-24 20:25 [glibc] szl_PL locale: Fix a typo in the previous commit (bug 24652) Rafal Luzynski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).