Fix sorting order for Ukrainian locale (BZ 17293)
commit6afb9c0175006c8060928537842364f83df6fc15
authorAndriy Rysin <arysin@gmail.com>
Tue, 26 May 2015 18:21:18 +0000 (26 23:51 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Tue, 26 May 2015 18:21:18 +0000 (26 23:51 +0530)
tree5cd877f173fb513adc0b60a9a4b1002e72c8696d
parentf09b8615418a02357eb8b1fcba88313aebcb53bf
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
ChangeLog
NEWS
localedata/Makefile
localedata/locales/uk_UA
localedata/uk_UA.in [new file with mode: 0644]