Colin Viebrock wrote:
> I really think the best solution (not perfect, but best) is to specify
> some fonts so the pages look nice, and hard code in the ISO-8859-1 font

"hard code in the ISO-8859-1 font" means assuming ISO 8859-1 and
use ISO 8859-1 type face by converting chars to entities?

Take a look at this page, for example.

http://czyborra.com/charsets/iso8859.html

Do you see converting text to entity assuming ISO 8859-1
breaks not only multibyte encoding but also other ISO 8859
encoding?

I'm well aware of that I'm suggesting to make phpinfo()
non XHTML, since it is more useful if it is not confirm
XHTML perfectly.

If use of HTML entities are preferred, only text that
needs HTML entities should use entities. e.g. Names.
Isn't using entities for names or like enough?

Please no automatic entity conversion assuming ISO 8859-1.
Thanks.

--
Yasuo Ohgaki



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

Reply via email to