Would this problem be solved if the META tag that defines the character
set is hard-coded to use US-ASCII or ISO-8859-1, instead of going
through the process it does now to try and determine a charset?

- Colin

Yasuo Ohgaki wrote:
> First problem, CSS should not contain specific font
> name. Otherwise, characters may be broken under some
> browsers when font does not have type faces needed.
> 
> Second problem, phpinfo() output should not automatically
> converted to html entity unless correct charset is used
> when chars are converted to entity. Otherwise, characters
> may be broken. Please do not try to use UTF-8 always to fix
> since UTF-8 does not support everything.
> 
> Due to these two problems, phpinfo() output is much less
> useful for me than used to be.
> 
> I hope someone responsible will fix it.
> 
> --
> Yasuo Ohgaki
> 


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to