[Gambas-user] URL encoding "%20"
Rob
sourceforge-raindog2 at ...94...
Wed Dec 31 03:26:04 CET 2008
On Tuesday 30 December 2008 19:44, werner 007 wrote:
> First when i read your solution i was thinking "damn, i was lazy to make
> a good job".
> But then, we are not looking for single chars but for three at once.
I misunderstood you, then. URL encoding is replacing non-printable
characters with %xx. URL DEcoding is replacing %xx with the original
non-printable character. What I wrote will be fine for encoding and what
you wrote in this response will be fine if you rename the function
to "urldecode".
Rob
More information about the User
mailing list