[fpc-pascal] fpWeb and html and uri escaping/unescaping elements

ABorka fpc-devel at aborka.com
Tue May 24 01:23:06 CEST 2011


> Hello,
>
> Does fpWeb have any method/function that escape and un-escape html and
> URI elements ?
>
> Thanks,
>
> Ido

There are

Function HTTPDecode(const AStr: String): String;
Function HTTPEncode(const AStr: String): String;

in unit httpdefs.pp of fcl-web.

AB




More information about the fpc-pascal mailing list