lewisje / ourlibrary

Automatically exported from code.google.com/p/ourlibrary
0 stars 0 forks source link

API.urlencode only replaces first space character by `+` #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
API.urlencode("foo bar baz") => `foo+bar%20baz`

Original issue reported on code.google.com by pig_in_s...@yahoo.com on 21 May 2010 at 4:05

GoogleCodeExporter commented 9 years ago
Missing global flag.  I apologize, but this typo is not on me as that's one of 
two 
functions in the library that I did not write.  :)

Thanks for pointing that out!  The fix will be in the next update.

Original comment by dmark.ci...@gmail.com on 31 May 2010 at 8:21

GoogleCodeExporter commented 9 years ago

Original comment by dmark.ci...@gmail.com on 31 May 2010 at 8:21

GoogleCodeExporter commented 9 years ago

Original comment by dmark.ci...@gmail.com on 31 May 2010 at 8:22

GoogleCodeExporter commented 9 years ago
Patched in builder

Original comment by dmark.ci...@gmail.com on 7 Nov 2010 at 5:08