Re: mysqldump re-encoding utf8 multi-byte characters - Why does latin1 solve the problem?
Posted by: Rick James
Date: January 09, 2011 06:33PM

That's a new one on me. Did you compile mysql yourself? Or use a standard download? Did you put the charsets in a different location? Both the dump and reload are on Linux?

What do you get from
SHOW COLLATION;
In particular, were the specified charset and collations in that list? (I would expect them to be.)

"re-encoded as Ã<0x82>£" -- This has me worried that the data in the table was incorrectly encoded. That looks a lot like "double encoding", as discussed in
http://mysql.rjweb.org/doc.php/charcoll

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: mysqldump re-encoding utf8 multi-byte characters - Why does latin1 solve the problem?
2842
January 09, 2011 06:33PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.