aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike FABIAN <mfabian@redhat.com>2018-01-31 06:18:47 +0100
committerMike FABIAN <mfabian@redhat.com>2018-02-27 16:50:30 +0100
commitd5adfbadd47e6836a7ddae54fba9f88e2b3354db (patch)
tree4d3ae0c41c53a98fc5b3d7cc1cf7119b6885354c /ChangeLog
parent5f5a96109187b4bb4a10b62139ab1c7fe45f7c1d (diff)
downloadglibc-d5adfbadd47e6836a7ddae54fba9f88e2b3354db.zip
glibc-d5adfbadd47e6836a7ddae54fba9f88e2b3354db.tar.gz
glibc-d5adfbadd47e6836a7ddae54fba9f88e2b3354db.tar.bz2
iso14651_t1_common: make the fourth level the codepoint for characters which are ignorable on all 4 levels
Entries for characters which have “IGNORE” on all 4 levels like: <U0001> IGNORE;IGNORE;IGNORE;IGNORE % START OF HEADING (in ISO 6429) are changed into: <U0001> IGNORE;IGNORE;IGNORE;<U0001> % START OF HEADING (in ISO 6429) i.e. putting the code point of the character into the fourth level instead of “IGNORE”. Without that change, all such characters would compare equal which would make a wcscoll test case fail. It is better to have a clearly defined sort order even for characters like this so it is good to use the code point as a tie-break. * localedata/locales/iso14651_t1_common: Use the code point of a character in the fourth collation level instead of IGNORE for all entries which have IGNORE on all 4 levels.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 566d506..d0d57e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2018-02-27 Mike FABIAN <mfabian@redhat.com>
+ * localedata/locales/iso14651_t1_common: Use the code point of a
+ character in the fourth collation level instead of IGNORE for all
+ entries which have IGNORE on all 4 levels.
+
+2018-02-27 Mike FABIAN <mfabian@redhat.com>
+
* localedata/locales/iso14651_t1_common: Add some convenient collation
symbols like <AFTER-A>, <BEFORE-A> to make tailoring easier using
rules similar to those in CLDR.