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

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

Reply via email to