5 messages in com.mysql.lists.bugsRe: reply to user and bugs@ ... list
FromSent OnAttachments
Alexander Barkov23 Jan 2003 23:25 
Yura Pylypenko24 Jan 2003 09:19 
Sanja Byelkin24 Jan 2003 15:53 
Yura Pylypenko25 Jan 2003 02:21 
Sanja Byelkin25 Jan 2003 07:35 
Subject:Re: reply to user and bugs@ ... list
From:Yura Pylypenko (ply@mail.ru)
Date:01/25/2003 02:21:39 AM
List:com.mysql.lists.bugs

Sorry, I found out why it happened. If I use "mysql" client under windows it runs with cp866 charset and if I try to insert letter "і" it inserts as latin "i" With MySqlManager (winconsole) it works as expected

Hi!

On Fri, Jan 24, 2003 at 07:19:35PM +0200, Yura Pylypenko wrote:

Now I understand that ukrainian language problem can not be solved with single-byte charset, because ASCII does not contain letter "?" and "?". Latin analogues are used (code 73 - I code 105 - i ) and changing sort order for 73 and 105 chars will destruct latin alphabet.

Sorry, I do not understand what you mean?

Only cp866 do not contain Ukrainian I & i, but koi8-u and cp1251 does.