Hi,
I'm using Delphi 2009 and want to decode an HTML encoded string, for example:
' -> '
But cannot find any built in function for doing this.
Thanks in advance
|
|
|||||||||
|
|
|
Look at the HTTPApp unit. HTTPDecode and HTMLDecode (as well as the Encode functions). You should find this in your Source/Win32/Internet folder. |
||
|
|
|
|
This is a prototype function. Didn't check the validity. Just absorb the idea.
Bye! |
||
|
|
|
|
Here's my HTMLDecode procedure (slightly modified from CGs HTTPApp unit):
|
||
|
|