mirror of git://sourceware.org/git/glibc.git
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.
This commit is contained in:
parent
2bd81b60d6
commit
a55541fd1c
|
@ -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>
|
2019-06-24 Grzegorz Kulik <gregorykkulik@gmail.com>
|
||||||
|
|
||||||
[BZ #24652]
|
[BZ #24652]
|
||||||
|
|
|
@ -136,7 +136,7 @@ abday "niy";"py<U0144>";/
|
||||||
"szt";"pi<U014D>";/
|
"szt";"pi<U014D>";/
|
||||||
"sob"
|
"sob"
|
||||||
day "niydziela";/
|
day "niydziela";/
|
||||||
"py<U0144>działek";/
|
"py<U0144>dzia<U0142>ek";/
|
||||||
"wtorek";/
|
"wtorek";/
|
||||||
"strzoda";/
|
"strzoda";/
|
||||||
"sztwortek";/
|
"sztwortek";/
|
||||||
|
|
Loading…
Reference in New Issue