MySQLDump: malformed trail byte or out of range char

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mwarreyn
Posts: 2
Joined: Sun 16 Apr 2006 09:47

MySQLDump: malformed trail byte or out of range char

Post by mwarreyn » Tue 25 Mar 2008 12:40

Hello,

I created a MySQL Database with unicode support. In TMyConnection I set Options.Charset=utf8 and UseUnicode=True. Everything works fine.
But when I want to export the data with the TMyDump-component I get the "malformed trail byte or out of range char" Exception. I am using Delphi 7 Enterprise and MySQL server 5.0.51a.
Is this a general unicode problem or is TMyDump unable to handle unicode?

Best regards, M.Warreyn

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

Post by Dimon » Wed 26 Mar 2008 13:39

Sometimes TMyDump handles Unicode incorrectly. We have fixed this problem. This fix will be included in the next MyDAC build.

Post Reply