Re: [PHP-DEV] htmlspecialchars iso-2022-jp patch

2002-11-18 Thread Moriyoshi Koizumi
Hi, Excuse me for the late reply. I reviewed the patch and adjusted the style to the coding standards. Attached is the revised version diff'ed against HEAD. Please verify it. And please be sure to check out CODING_STANDARDS included in the source package before submitting the patch from now on.

Re: [PHP-DEV] htmlspecialchars iso-2022-jp patch

2002-11-11 Thread Moriyoshi Koizumi
Thanks, I'll take a look at it. Moriyoshi "Adrian Gartland" <[EMAIL PROTECTED]> wrote: > New patch applied against the current "php4-latest.tar.gz", > same location: > http://support.oregan.net/php/php_htmlspecialchars_iso_2022-jp.patch > > On 11 Nov 02, "Moriyoshi Koizumi" <[EMAIL PROTECTED]>

Re: [PHP-DEV] htmlspecialchars iso-2022-jp patch

2002-11-11 Thread Adrian Gartland
New patch applied against the current "php4-latest.tar.gz", same location: http://support.oregan.net/php/php_htmlspecialchars_iso_2022-jp.patch On 11 Nov 02, "Moriyoshi Koizumi" <[EMAIL PROTECTED]> wrote: > Could you make a patch diff'ed against the latest version of html.c in HEAD > branch? dete

Re: [PHP-DEV] htmlspecialchars iso-2022-jp patch

2002-11-11 Thread Moriyoshi Koizumi
Could you make a patch diff'ed against the latest version of html.c in HEAD branch? determine_charset() issue which you pointed out seems to have been fixed already. Moriyoshi "Adrian Gartland" <[EMAIL PROTECTED]> wrote: > http://support.oregan.net/php/php_htmlspecialchars_iso_2022-jp.patch >

Re: [PHP-DEV] htmlspecialchars iso-2022-jp patch

2002-11-11 Thread Adrian Gartland
http://support.oregan.net/php/php_htmlspecialchars_iso_2022-jp.patch On 11 Nov 02, "Jan Schneider" <[EMAIL PROTECTED]> wrote: > Zitat von Adrian Gartland <[EMAIL PROTECTED]>: > > > Attached is a patch which allows iso-2022-jp (jis) encoded text to be > > passed through htmlspecialchars when the c

Re: [PHP-DEV] htmlspecialchars iso-2022-jp patch

2002-11-11 Thread Moriyoshi Koizumi
It would be better to try inlining your patch also. I'm very interested in the patch. Moriyoshi "Adrian Gartland" <[EMAIL PROTECTED]> wrote: > Attached is a patch which allows iso-2022-jp (jis) encoded text to be > passed through htmlspecialchars when the character set is > set to ISO-2022-JP. >

Re: [PHP-DEV] htmlspecialchars iso-2022-jp patch

2002-11-11 Thread Jan Schneider
Zitat von Adrian Gartland <[EMAIL PROTECTED]>: > Attached is a patch which allows iso-2022-jp (jis) encoded text to be > passed through htmlspecialchars when the character set is > set to ISO-2022-JP. > > It should also fix a tiny bug I found in "determine_charset" > code where "len" hadn't been

[PHP-DEV] htmlspecialchars iso-2022-jp patch

2002-11-11 Thread Adrian Gartland
Attached is a patch which allows iso-2022-jp (jis) encoded text to be passed through htmlspecialchars when the character set is set to ISO-2022-JP. It should also fix a tiny bug I found in "determine_charset" code where "len" hadn't been set and then doing its charset map walk. -- PHP Developme