> Frans,
>   As I mentioned before, replacing spaces will still
> leave you open to other invalid characters.  If you
> want a quick fix for your current problem, then I
> suggest URL-encoding the entire URL instead of just
> the the spaces.  Its been a while since I've used
> HttpCli, so I'm not sure if it provides one, but
> creating a URL encoding function is not that hard
> (its basically turning every invalid character into a
> code of the form %XX where XX represents the ASCII
> code for character in Hex), contact me privately if
> you need help with it.
>

thank you for the offer. Urldecode and Urlencode are present in the ics 
library so that is not a problem.


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to