Collation: Workaround for incorrect collation of Estonian
authorBartosz Dziewoński <matma.rex@gmail.com>
Sun, 20 Jul 2014 18:34:34 +0000 (20:34 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Sun, 20 Jul 2014 19:11:38 +0000 (21:11 +0200)
commit638801374b45cf1185e299b5206f7001a22d475d
tree2e74eb6320010d360842df63bd3392e5b9675146
parente7361de181dcadbcc7c32de92b3498c9fb9d0193
Collation: Workaround for incorrect collation of Estonian

'W' and 'V' should not be considered the same letter for the purposes
of collation in modern Estonian. We work around this by replacing 'W'
and 'w' with 'ᴡ' U+1D21 'LATIN LETTER SMALL CAPITAL W' for sortkey
generation, which is collated like 'W' and is not tailored to have the
same primary weight as 'V' in Estonian.

Bug: 54168
Change-Id: I3e8031b9d1dc18fdb7595fb9fd23e5f930106fa4
includes/AutoLoader.php
includes/Collation.php