Im building a website in php, and appears this "" on the top.
I was searching about this problem, and it is about ISO-8859-1, but i dont want to change my charset to UTF-8 because when i change my charset to UTF-8, all accents disappear.
Is there any way to hide this """? Changing the colour in php, or using another trick.
I tried to use UTF-8, but it doesnt work, my database table is in latin1_swedish_ci, but the only way to make all the accents appear is using ISO-8859-1.