On Tue, May 24, 2011 at 00:23, Michael Van Canneyt
<mich...@freepascal.org>wrote:

>
>
> On Tue, 24 May 2011, ik wrote:
>
>  Hello,
>>
>> Does fpWeb have any method/function that escape and un-escape html and URI
>> elements ?
>>
>
> Yes.
>
> in fphttpclient:
>
> Function EncodeURLElement(S : String) : String;
> Function DecodeURLElement(Const S : String) : String;
>
> We should maybe move them to URIParser or maybe even strutils.
>

I can not find any HTML encode and decode, I'll make one and open a bug with
the patches.
Where do you think it will be best to place it (I mean the unit) ?


>
> Michael.
>

Thanks,

Ido


> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to