diff options
author | Andriy Rysin <arysin@gmail.com> | 2015-05-26 23:51:18 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2015-05-26 23:51:18 +0530 |
commit | 6afb9c0175006c8060928537842364f83df6fc15 (patch) | |
tree | 5cd877f173fb513adc0b60a9a4b1002e72c8696d /ChangeLog | |
parent | f09b8615418a02357eb8b1fcba88313aebcb53bf (diff) | |
download | glibc-6afb9c0175006c8060928537842364f83df6fc15.tar.gz glibc-6afb9c0175006c8060928537842364f83df6fc15.tar.xz glibc-6afb9c0175006c8060928537842364f83df6fc15.zip |
Fix sorting order for Ukrainian locale (BZ 17293)
In the introduction for the official orthography rules for Ukrainian language (http://spelling.ulif.org.ua/peredmova.htm) there's a note that only apostrophe does not affect order of the words when sorting. As could be seen from the official alphabet the soft sign (U+044C/U+042C) has its hard position and thus affects the order and also letters "е" and "є" (CYR-IE: U+0435/U+0415 and UKR-IE: U+0454/U+0404) have their own positions and should have separate place when sorting. This also corresponds to official Unicode collation chart for these letters: http://unicode.org/charts/collation/chart_Cyrillic.html
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index eb029730d6..81ce22e61b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-05-26 Andriy Rysin <arysin@gmail.com> + + [BZ #17293] + * uk_UA: Fix sorting order for Ukrainian locale + 2015-05-26 Marko Myllynen <myllynen@redhat.com> * stdlib/monetary.h: Fix comment. |