On Sun, Feb 09, 2003 at 07:57:09PM +0100, clemens fischer wrote:
> Thomas Dickey <[EMAIL PROTECTED]>:
>
> > On Thu, Feb 06, 2003 at 08:38:28PM +0000, David Woolley wrote:
> >> > Content-Disposition: form-data; name=3D""MSignal_MC-Send@0,5517867""=0D
> >>
> >> It looks like Lynx has got confused by the special characters and added
> >> a spurious level of quoting.
> >
> > Here's a simple fix for that (attached).
>
> > # ------------------------------------------------------------------------------
> > # WWW/Library/Implementation/HTParse.c | 22 +++++++++++++++-------
> > # WWW/Library/Implementation/HTParse.h | 3 ++-
> > # src/GridText.c | 2 +-
> > # 3 files changed, 18 insertions(+), 9 deletions(-)
> > # ------------------------------------------------------------------------------
>
> where do these stats come from, i mean, which tool makes them?
http://invisible-island.net/diffstat
> > Index: WWW/Library/Implementation/HTParse.c
> > --- lynx2.8.5dev.14+/WWW/Library/Implementation/HTParse.c Tue Feb 4 21:18:27
>2003
> > +++ lynx2.8.5dev.14a/WWW/Library/Implementation/HTParse.c Thu Feb 6 20:07:15
>2003
> > @@ -1012,17 +1012,21 @@
> >
> > /*
> > ** Turn a string which is not a RFC 822 token into a quoted-string. - KW
> > +** The "quoted" parameter tells whether we need the beginning/ending quote
> > +** marks. If not, the caller will provide them -TD
> > */
> > -PUBLIC void HTMake822Word ARGS1(
> > - char **, str)
> > +PUBLIC void HTMake822Word ARGS2(
> > + char **, str,
> > + int, quoted)
>
> does this patch fix the "fastmail.fm-bug"? it would make my day. if
> so, which lynx-vversion will it go into?
It seems to - I'm a little puzzled why this wasn't more visible before.
--
Thomas E. Dickey <[EMAIL PROTECTED]>
http://invisible-island.net
ftp://invisible-island.net
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]