Bug #4584 | utf8_swedish_ci doesn't treat 'v' and 'w' equally | ||
---|---|---|---|
Submitted: | 17 Jul 2004 14:08 | Modified: | 19 Jul 2004 14:01 |
Reporter: | Bengan B | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.1.3-beta | OS: | Woody |
Assigned to: | Alexander Barkov | CPU Architecture: | Any |
[17 Jul 2004 14:08]
Bengan B
[17 Jul 2004 14:09]
Bengan B
Altered the synopsis.
[19 Jul 2004 10:21]
Heikki Tuuri
Hi! Also Finnish uses latin1_swedish_ci, and in most cases v is NOT sorted equal to w. The only case that I know where they have an equal sort position is in the telephone directory of Helsinki. Thus, best to keep v < w. Regards, Heikki
[19 Jul 2004 14:01]
Sergei Golubchik
I'll close the issue, because it was not a bug but a deliberate decision. But you are welcome to add to MySQL the collation you need: utf8_swedishphonebook_ci (or call it utf8_swedish2_ci). It is really trivial, see for example, how Roman collation (for Latin language) was added: http://lists.mysql.com/internals/15023. See also utf8_swedish_ci in ctype-uca.c