Forum Moderators: coopster
For example:
char .. HTML ....... Decimal .... Hex
Á .... Á ... Á ... Á
À .... À ... À ... À
á .... á ... á ... á
à .... à ... à ... à
Character encoding, entity references and UTF-8 [webmasterworld.com]
Me personally, I would go with lavazza`s option.
dc
What was strange is the fact that the character set used by the browser was the same with the one used by the database but the french characters were still replaced by question marks.
please help
I would personally convert the characters to HTML entities myself...
It's really not a very difficult question or task, and str_replace() should help you take care of it.