diff options
author | Egmont Koblinger <egmont@gmail.com> | 2017-03-22 21:27:30 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2017-03-28 10:35:58 -0400 |
commit | ea1898dded26316e2e73adfb409224e864ffaa8b (patch) | |
tree | ee5e62cfccfaf0c5145bc4c51df644cb2d918cd1 /NEWS | |
parent | 78c05814320cdc3377347f8e5fdbaa7cf5abf5b5 (diff) | |
download | glibc-ea1898dded26316e2e73adfb409224e864ffaa8b.tar glibc-ea1898dded26316e2e73adfb409224e864ffaa8b.tar.gz glibc-ea1898dded26316e2e73adfb409224e864ffaa8b.tar.bz2 glibc-ea1898dded26316e2e73adfb409224e864ffaa8b.zip |
localedata: hu_HU: fix multiple sorting bugs (bug 18934)
Fix the incorrect sorting order of a digraph and its geminated variant,
regression introduced by a faulty fix to bug 13547 in commit
b008d4c85619a753e441d7f473ba8af0db400bd6.
Fix two inconsistencies in sorting unusual capitalization of digraphs
(bug #18587).
Enable DIACRIT_FORWARD to work around bug #17750.
Sort foreign accents after the Hungarian ones.
Add extensive unittests containing all the examples from The Rules of
Hungarian Orthography and many more, including explanatory comments.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -37,6 +37,10 @@ Version 2.26 headers, and the NIS(+) name service modules, to be built and installed. This option may be removed in a future release. +* Extensive new collation tests for Hungarian locales based on + "The Rules of Hungarian Orthography, 12th edition" and the work of + Egmont Koblinger (Bug 18934). + Security related changes: [Add security related changes here] |