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

------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to