1
The Site they sent me (I am an intern) is in trouble because it is not reading the special characters. I’ve noticed the famous charset UTF-8
, but when I went to look at the databank, the collation is "latin1_swedish_ci"
.
This may be the reason ? I’ve heard that if you change it won’t read again, you have to rewrite everything, it’s true ?
The default character of the site should be the same as the database if you do not continue to have problems with accentuation but there are some commands to suit the character and you can also treat the output character in the database connection say which is the charset of your html/php
– ElvisP