Charset driving me crazy! Hello!
This is driving me crazy. I use php to query MySQL. Then the results
are displayed on a webpage. All accented characters, umlauts, etc. are
displayed incorrectly on the webpage. I included "echo
mysql_client_encoding();" in the php script and it says the charset is
latin1_swedish_ci. However, both phpMyAdmin and Navicat say that ALL
charsets are set to UTF8 at the server, database and table level. Where
is this damn latin1 charset coming from? Any help will be appreciated.
Thanks in advance.
Diego |