Closed GoogleCodeExporter closed 9 years ago
Here's the diff
Original comment by leon.van...@gmail.com
on 16 Mar 2010 at 8:39
Attachments:
Hi Leon,
The problem is much more complex than initially thought.
It is because there's some special characters that are not encoded with
encodeURI.
I thought it could have been solved with encodeURIComponent, but this function
encodes '/' as well.
checkout these pages :
https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Functions/
encodeURI
https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Functions/
encodeURIComponent
I'm currently testing a solution...
Original comment by aurelien...@gmail.com
on 22 Apr 2010 at 1:21
Original comment by aurelien...@gmail.com
on 22 Apr 2010 at 1:29
Original issue reported on code.google.com by
leon.van...@gmail.com
on 16 Mar 2010 at 8:34