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.
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]>
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
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
>
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
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.
>
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
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