2 messages in com.mysql.lists.bugsincorrect cp1257.conf
FromSent OnAttachments
Rimantas Liubertas12 Mar 2001 00:36 
Michael Widenius13 Mar 2001 09:46 
Subject:incorrect cp1257.conf
From:Rimantas Liubertas (rima@infosistema.lt)
Date:03/12/2001 12:36:59 AM
List:com.mysql.lists.bugs

Hello,

Hello mysql,

(Note: this post contains characters in windows-1257 encoding, they may appear incorectly in your e-mail clients).

I believed everything is OK with MySQL support for cp1257 charset until I actually tried to sort records alphabeticly.

What I find out was:

1. Typo in cp1257.conf sorting table which caused letter 'à' (the second letter
in alphabet) to be palced just next to 'þ' - last in the alphabet.

2. Missing entries for letter 'þ' in sorting table causing '[\]_^' to be placed before this letter.

3. Incorrect sorting of 'y'-'á' and 'û'-'ø' letters in each pair should be swapped.

I have prepared an improved version of cp1257.conf (altought I am going to do some more testing) file now and question is how and where should I submit it to be included with MySQL.