diff options
author | Rafal Luzynski <digitalfreak@lingonborough.com> | 2019-06-24 22:04:41 +0200 |
---|---|---|
committer | Rafal Luzynski <digitalfreak@lingonborough.com> | 2019-06-24 22:17:58 +0200 |
commit | a55541fd1c4774d483c2d2b4bd17bcb9faac62e7 (patch) | |
tree | 8034fcf3e0db8cfd74dd8e6a3507cd9090f02469 | |
parent | 2bd81b60d6ffdf7e0d22006d69f4b812b1c80513 (diff) | |
download | glibc-a55541fd1c4774d483c2d2b4bd17bcb9faac62e7.zip glibc-a55541fd1c4774d483c2d2b4bd17bcb9faac62e7.tar.gz glibc-a55541fd1c4774d483c2d2b4bd17bcb9faac62e7.tar.bz2 |
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.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | localedata/locales/szl_PL | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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";/ |