Re: charaters from geoname UTF8 table display as latin1 - how to correct this?
Posted by: Rick James
Date: March 11, 2011 07:59PM

mysql_set_charset('utf8_general_ci',$dbc);
That's a collation, not a charset.

Do not connect as root or any other user with SUPER priv.

First, we need to determine if the data is mangled in the database. See
http://mysql.rjweb.org/doc.php/charcoll

Options: ReplyQuote




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.