i use TUniDump with MySql, using Unicode (UseUnicode = True in the Connection).
When i dump the data, a wrong BOM is in the dump-file. I also can not restore the dump-file to the database.
I get the following exception when restoring from this broken dump-file:
Parser: The unknown symbol '' $0004
I think, a wrong BOM is in the Dump-File.
I looks like this:

If i manually change the file, using a Hex-Editor to look like this:

then the restore works correcty.
Jens