MYDUMP INCORRECT DUMP UTF8 RECORD

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ckwong
Posts: 11
Joined: Sun 02 Jan 2005 20:36

MYDUMP INCORRECT DUMP UTF8 RECORD

Post by ckwong » Sun 10 Feb 2008 21:35

I use mydac 5.20.0.11 for delphi 2007
and use mydump to backup a utf8 chinese table, when check the dumped
file, found the all chinese is incorrect, but english character is OK.
I am sure the connection set to useunicode=true and characterset=utf8.

Is it possible add "set names utf8" before the dump record ? I guess
it may be solve the problem. or any idea ?

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Wed 13 Feb 2008 15:33

Thank you for information. We have reproduced this problem and fixed it. This fix will be included in the next MyDAC build.

Post Reply