Possible Duplicate:
Standard URL encode function?
I need to transofrm a Delphi string (like TEdit.Caption
) in a "url capable" string.
I need this because I will open google maps programmatically like in TEdit
I write "High Street, Sydney"
and then i would like to open the browser at maps.google.com/maps?q=High+Street+Sidney
Is there a ready function to do this, also to parse accents?