[fpc-pascal] fpWeb and html and uri escaping/unescaping elements
Michael Van Canneyt
michael at freepascal.org
Mon May 23 23:23:02 CEST 2011
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.
Michael.
More information about the fpc-pascal
mailing list