about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorEgmont Koblinger <egmont@gmail.com>2017-03-22 21:27:30 -0400
committerCarlos O'Donell <carlos@redhat.com>2017-03-28 10:35:58 -0400
commitea1898dded26316e2e73adfb409224e864ffaa8b (patch)
treeee5e62cfccfaf0c5145bc4c51df644cb2d918cd1 /NEWS
parent78c05814320cdc3377347f8e5fdbaa7cf5abf5b5 (diff)
downloadglibc-ea1898dded26316e2e73adfb409224e864ffaa8b.tar.gz
glibc-ea1898dded26316e2e73adfb409224e864ffaa8b.tar.xz
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--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5162534d2d..3590878a98 100644
--- a/NEWS
+++ b/NEWS
@@ -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]