At 18:47 26.10.2002, Moriyoshi Koizumi wrote:
Hi,
My recent patch on html.c is intended to avoid unnecessary encoding on
multibyte characters that are mapped over the range of C1/GR area, namely
0x80 - 0xff in hexadecimal. So the result of test 8 is expected to be the
same as the original octets.
Could you send me test logs? I'll analyze what is wrong with them.
Regards,
Moriyoshi
[EMAIL PROTECTED] (Marcus Börger) wrote:
> Tests 5, 6 and 8 fail for me is this a failure in mbstrig or in
> html_entities()? I wonder about test 8 it expects characters
> is that really what is expected?
>
> marcus
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
002- string(28) "‚†™Ÿ"
002+ string(4) "‚†™Ÿ"
003- string(32) "€¢£¤¥"
003+ string(27) "€¢£¤¥"
002- string(20) "ŒœŸ"
002+ string(24) "¼½¾"
002- string(6) "¡¢¡£¡¤"
002+ string(42) "¡¢¡£¡¤"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php