From: Rick James Date: October 1 2012 9:45pm Subject: RE: Need Help Converting Character Sets List-Archive: http://lists.mysql.com/mysql/228296 Message-Id: <2E7DD7ADE53B044C8C8BCD9C5829E1EB148CF91FDA@SP2-EX07VS01.ds.corp.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable (Sorry; these are random notes, not well structured for your questions.) ...; -- This is an "html entity". It is plain ascii, but _represents_ (i= n an HTML contect) some special character. Some details: http://htmltimes.com/html-special-characters.php http://www.dwheeler.com/essays/quotes-in-html.html That is, $#...; is not a character set issue in MySQL. Most CHARACTER SETs= (latin1, utf8, etc) will handle them the same. And they will continue to = render on an HTML page as the 'funky characters'. That's HTML doing the de= ed in the browser. The ALTERs did nothing because there was nothing to do. I don't know what process converted from '"' to “. The utf8 equivalent: http://www.fileformat.info/info/unicode/char/201c/index.htm It would be hex e2809c (3 bytes). The "correct" way is to get the utf8 encoding from the