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]

[Commited PATCH] Fix syntax error in szl_PL locale



Testing again all locales, I noticed another error: locales/szl_PL:65: LC_COLLATE: syntax error

fixed with the appended and committed patch,

Andreas

2012-11-21 Andreas Jaeger <aj@suse.de>

* locales/szl_PL (LC_COLLATE): Fix syntax error.

diff --git a/localedata/locales/szl_PL b/localedata/locales/szl_PL
index b77898d..959611a 100644
--- a/localedata/locales/szl_PL
+++ b/localedata/locales/szl_PL
@@ -62,7 +62,7 @@ collating-symbol <nacute>
 collating-symbol <otilde>
 collating-symbol <omacron>
 collating-symbol <ocircumflex>
-collating-symbol <U014F>
+collating-symbol <U_014F>
 collating-symbol <zacute>
 collating-symbol <zdot>


-- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126


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