1 message in com.mysql.lists.gui-toolsCharset converstion bug fixes
FromSent OnAttachments
Alexander M. Stetsenko18 Feb 2003 07:03.diff
Subject:Charset converstion bug fixes
From:Alexander M. Stetsenko (am@yandex.ru)
Date:02/18/2003 07:03:38 AM
List:com.mysql.lists.gui-tools
Attachments:

Hi

It seems a little part of my old pathes have been lost. :( This is my new patch :)

I found out the charset recoding doesn`t works properly. For example: my locale encoding is koi8-r and remote mysql server encoding is cp1251, and I could see properly server string data properly, but I couldn`t properly updated one. It was because of "local 8 bit" recoding functions. I have replaced it all to use "server" text codec and "local" text codec conversions.

I hope this patch will be usefull for non-latin1 users. I`m sorry - I don`t have enough time to test it with an other encodings, but I think it should works.

Have a nice patching :)