Although I included the ISO-8859-1 content-type META, my website isn't displaying special characters, such as ã and ê. If I 'echo' a string from a MYSQL query, the special character is displaying properly. If I write the SAME character in plain HTML, it won't display in the same website. Thanks in advance.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Maybe you could use a simple routine to encode all special characters to entities (&#x----; with correct hexadecimal unicode number after x) (and switching to UTF-8 is not a bad idea) |
|||||||
|
UTF-8? – Ricardo Lohmann Dec 19 '12 at 15:52