MySQL Collation or PHP side to display accented letters properly
Posted
by Wayne
on Stack Overflow
See other posts from Stack Overflow
or by Wayne
Published on 2010-03-29T23:11:12Z
Indexed on
2010/03/29
23:13 UTC
Read the original article
Hit count: 443
What is the best Collation for the column that can allow to store accented letters and parse them out perfectly without any encoding error, because whenever I add an accented letter such as é, å, it shows out with an encoding problem on the PHP side, but in the MySQL side it's fine...
How do I get the accented letters display properly?
© Stack Overflow or respective owner