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.
1.4m articles
1.4m replys
5 comments
57.0k users