diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2017-11-28 16:23:02 +0100 |
---|---|---|
committer | Mike FABIAN <mfabian@redhat.com> | 2017-11-29 11:56:46 +0100 |
commit | 8da25eec0aaf4d86a06088fff8d175989835e071 (patch) | |
tree | b1ed2f0f98e9b3c3cbc3e728bb2e99b27d083fd4 /localedata/locales/iso14651_t1_common | |
parent | a55430cb0e261834ce7a4e118dd9e0f2b7fb14bc (diff) | |
download | glibc-8da25eec0aaf4d86a06088fff8d175989835e071.tar.gz |
Collation fix: make forward accent sorting the default [BZ #17750]
[BZ #17750]
* Makefile: add fr_CA.UTF-8 to test-input and LOCALES.
* localedata/fr_CA.UTF-8.in: New file with test data for backward
accents sorting.
* localedata/fr_FR.UTF-8.in: Fix test data for forward accents
sorting.
* localedata/locales/cs_CZ (LC_COLLATE): Remove “define DIACRIT_FORWARD”
* localedata/locales/de_DE (LC_COLLATE): Likewise.
* localedata/locales/hu_HU (LC_COLLATE): Likewise.
* localedata/locales/lb_LU (LC_COLLATE): Likewise.
* localedata/locales/yuw_PG (LC_COLLATE): Likewise.
* localedata/locales/fr_CA (LC_COLLATE): Add “define DIACRIT_BACKWARD”
* localedata/locales/iso14651_t1_common: Use “ifdef DIACRIT_FORWARD”
instead of “ifdef DIACRIT_BACKWARD”.
The only locale which currently needs backward accents sorting is fr_CA.
Therefore, forward accents sorting should be the default.
Before this patch, backwards accent sorting was the default and all
locales except fr_CA had to use
define DIACRIT_FORWARD
before
copy "iso14651_t1"
Most locales didn’t do that and thus got the inappropriate backwards accents sorting
by accident. Now only the fr_CA locale needs to use
define DIACRIT_BACKWARD
before
copy "iso14651_t1"
Original patch slightly modified by: Mike FABIAN <mfabian@redhat.com>
Diffstat (limited to 'localedata/locales/iso14651_t1_common')
-rw-r--r-- | localedata/locales/iso14651_t1_common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/localedata/locales/iso14651_t1_common b/localedata/locales/iso14651_t1_common index 0e64f26a12..eb0fe9ec9d 100644 --- a/localedata/locales/iso14651_t1_common +++ b/localedata/locales/iso14651_t1_common @@ -5079,10 +5079,10 @@ order_start <SPECIAL>;forward;backward;forward;forward,position <U009E> IGNORE;IGNORE;IGNORE;<U009E> <U009F> IGNORE;IGNORE;IGNORE;<U009F> -ifdef DIACRIT_FORWARD -order_start <LATIN>;forward;forward;forward;forward,position -else +ifdef DIACRIT_BACKWARD order_start <LATIN>;forward;backward;forward;forward,position +else +order_start <LATIN>;forward;forward;forward;forward,position endif # <U00A0> <U0020>;<BAS>;<MIN>;IGNORE # 170<NBSP> |