I think mysqldump -x --default-character-set="latin1" > dump.xml should put the character encoding into the resulting xml file. The first line of dump.xml should be

<?xml version="1.0" encoding="iso-8859-1"?>

but all that mysqldump puts is

<?xml version="1.0"?>

David Dickson

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to