1 laibcoms Jul 20, 2009 09:40
3 laibcoms Sep 19, 2009 01:40
fplanque wrote:
Last time I check there were still an awful lot of hosts not properly supporting UTF-8, especially in the US. I made a note to recheck.
O_O weird hosts... I did not know a page's encoding relies on the host capabilities... if not then they must be using a very old mySQL (and PHP at that) 8|
Or they must have engineers who have no idea that the world moved on to standardization hehe :p
By any chance, you have a list? Have to avoid those hosts ^_^
4 fplanque Sep 22, 2009 03:48
There's many ways a host can f*up utf-8:
* have apache force a latin1 header
* not include mbstring into their compiling of PHP (any version!)
* not include UTF8 into their compiling of MySQL (any version!)
they figured "it saves RAM" !!
The problem is not they have no clue about standardization. The problem is they have no clue about what is non English.
Last time I check there were still an awful lot of hosts not properly supporting UTF-8, especially in the US. I made a note to recheck.