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.