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 :)