I have a problem with the characters displayed in a webpage when picked up from a database.
Storage Engine: MyISAM
Collation: latin1_swedish_ci
In the databes the strings are stored correctly like in the following screen: Data stored correctly
But when they are displayed on the web page i get that "?" strange characters instead of the "è" that should be displayed. Like in this example:
I tried many different collations but i can't find a way to solve this problem. I hope it's something easy to solve. Thank you very much.