Re: cvs commit: modperl/t/net/perl util.pl

2002-03-26 Thread Eric Cholet
>>> This function will correctly escape US-ASCII output. If you're using >>> a different character set such as UTF8, or need more control on >>> the escaping process, use HTML::Entities. >> > I like it too for the simple reason that it seems simple and doesn't > worry the casual user, or confuse h

Re: cvs commit: modperl/t/net/perl util.pl

2002-03-26 Thread Issac Goldstand
Robin Berjon wrote: >On Tuesday 26 March 2002 15:31, Eric Cholet wrote: > >>--On Monday, March 25, 2002 11:04:02 -0800 Doug MacEachern >> >>>what we've done with escape_html already (diverging from apache) is just >>>plain wrong. i don't want to take it any further. this should be >>>implemente

Re: cvs commit: modperl/t/net/perl util.pl

2002-03-26 Thread Robin Berjon
On Tuesday 26 March 2002 15:31, Eric Cholet wrote: > --On Monday, March 25, 2002 11:04:02 -0800 Doug MacEachern > > what we've done with escape_html already (diverging from apache) is just > > plain wrong. i don't want to take it any further. this should be > > implemented properly for 2.0 (in a

Re: cvs commit: modperl/t/net/perl util.pl

2002-03-26 Thread Eric Cholet
--On Monday, March 25, 2002 11:04:02 -0800 Doug MacEachern <[EMAIL PROTECTED]> wrote: > what we've done with escape_html already (diverging from apache) is just > plain wrong. i don't want to take it any further. this should be > implemented properly for 2.0 (in apache) and/or HTML::Entities

Re: cvs commit: modperl/t/net/perl util.pl

2002-03-25 Thread Doug MacEachern
On Tue, 26 Mar 2002, Stas Bekman wrote: > So should this function be marked as 'deprecated' in 1.27? no. we just shouldn't enhance the function anymore in 1.x. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re: cvs commit: modperl/t/net/perl util.pl

2002-03-25 Thread Issac Goldstand
Stas Bekman wrote: > Doug MacEachern wrote: > >> what we've done with escape_html already (diverging from apache) is >> just plain wrong. i don't want to take it any further. this should >> be implemented properly for 2.0 (in apache) and/or HTML::Entities can >> be written in xs. modperl is

Re: cvs commit: modperl/t/net/perl util.pl

2002-03-25 Thread Stas Bekman
Doug MacEachern wrote: > what we've done with escape_html already (diverging from apache) is just > plain wrong. i don't want to take it any further. this should be > implemented properly for 2.0 (in apache) and/or HTML::Entities can be > written in xs. modperl is not the right place to impl

Re: cvs commit: modperl/t/net/perl util.pl

2002-03-25 Thread Doug MacEachern
what we've done with escape_html already (diverging from apache) is just plain wrong. i don't want to take it any further. this should be implemented properly for 2.0 (in apache) and/or HTML::Entities can be written in xs. modperl is not the right place to implement this functionality.

Re: cvs commit: modperl/t/net/perl util.pl

2002-03-25 Thread Issac Goldstand
A casual user won't understand that documentation... Hell, I'm not even sure I completely understand the implications of it and when to use/not use escape_html based on it... I think an example is called for, but not in the POD... Maybe in the Guide? Issac Eric Cholet wrote: > --On Sunda

Re: cvs commit: modperl/t/net/perl util.pl

2002-03-25 Thread Eric Cholet
--On Monday, March 25, 2002 10:29:11 -0800 Doug MacEachern <[EMAIL PROTECTED]> wrote: > i had a bad feeling about this. we should not be implementing > escape_html to begin with, the functionality should all be in apache. > i'm going to back out the patch. anybody care to make a doc patch

Re: cvs commit: modperl/t/net/perl util.pl

2002-03-25 Thread Geoffrey Young
Doug MacEachern wrote: > > i had a bad feeling about this. we should not be implementing escape_html > to begin with, the functionality should all be in apache. i'm going to > back out the patch. sounds wise, especially considering people like Eric will end up with larger pages as a result, w

Re: cvs commit: modperl/t/net/perl util.pl

2002-03-25 Thread Doug MacEachern
i had a bad feeling about this. we should not be implementing escape_html to begin with, the functionality should all be in apache. i'm going to back out the patch. anybody care to make a doc patch to explain the problems with escape_html before the patch went in? thanks. ---

Re: cvs commit: modperl/t/net/perl util.pl

2002-03-25 Thread Eric Cholet
--On Sunday, March 24, 2002 21:57:54 + [EMAIL PROTECTED] wrote: > dougm 02/03/24 13:57:53 > > Modified:.Changes STATUS >src/modules/perl Util.xs >t/net/perl util.pl > Log: > Submitted by: Geoff Young <[EMAIL PROTECTED]> > Reviewed by