[sword-devel] SWBasicFilter::addEsccapeSubstitute

Joachim Ansorg sword-devel@crosswire.org
Sat, 9 Mar 2002 16:18:36 +0100


Helmer, 
I tested your patch withing BibleTime and have to report it's working very 
well! Thank you for fixing this bug!

Can this patch be made into 1.5.3? I'd be glad for this.

Joachim

> On Thu, 7 Mar 2002 11:48:12 +0100
> Joachim Ansorg <jansorg@gmx.de> wrote:
>
> Hi again!
>
> > Hi!
> >
> > > The attached patch is an attempt to fix this, so would you like to
> > > try if the patch solves your problems?
> >
> > Not yet ;)
>
> Hmpf, try to think of it as Patch NT then (=> nice try) ;) Sorry for
> not having tested it well before sending it to the list.
>
> > It creshes now if the SWBasicFilter methods are called. Thanks for
> > having a look at this! I found a workaround, which works with HTML
> > render widgets:
> > 	setEscapeStringCaseSensitive(true);
> > 	setPassThruUnknownEscapeString(true);
> > since the HTML widget renders the esacpe codes for it's own. But it
> > would be  nice if you could fix this.
> > Without set...CaseSensitive(true) it will crash.
>
> Ok, attached is a new version of the patch, that works for me (this
> time even tested).
>
> -- Helmer