Tal Peer wrote:
> Yasuo Ohgaki wrote:
> 
> 
>>I would like to remove ascii art from text version
>>of phpinfo(). We shouldn't add things that do not
>>work well. i.e. back slash has many interpretations.
>>
> 
> Elaborate on this, please.

ISO 646 is the ASCII. There are variants of it. i.e. DE, DK,
CA, CN, CU, ES, FR, HU, IT, JP, KR, NO, PT, SE, UK and YU.

The char code "\" (which is 0x5c) can be any shape according
to char code they are using, since the standard allows it. It
is used for yen mark in JP, for example. ISO 8859 is the same.

I don't check char code used in the ASCII art closely, but "\"
can be different depends on charset used. Therefore, it won't
look nice in many charsets.

--
Yasuo Ohgaki


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

Reply via email to