Re: RE : RE : Re[2]: [fpc-pascal] fpWeb and html and uriescaping/unescapingelements

2011-05-25 Thread ik
*De la part de* ik > *Envoyé :* mercredi 25 mai 2011 09:22 > > *À :* FPC-Pascal users discussions > *Objet :* Re: RE : Re[2]: [fpc-pascal] fpWeb and html and > uriescaping/unescapingelements > > On Wed, May 25, 2011 at 10:09, Ludo Brands wrote: > >> You should not un

RE : RE : Re[2]: [fpc-pascal] fpWeb and html and uriescaping/unescapingelements

2011-05-25 Thread Ludo Brands
edi 25 mai 2011 09:22 À : FPC-Pascal users discussions Objet : Re: RE : Re[2]: [fpc-pascal] fpWeb and html and uriescaping/unescapingelements On Wed, May 25, 2011 at 10:09, Ludo Brands wrote: You should not unescape recursively. Input to EscapeHTML: '<' Output: '&lt;' :