1
Bug reports / Re: Bugs with encoding apostrophe in URL
« on: December 31, 2008, 12:56:22 PM »use double quotes
var c="things"
instead of
var c='things'
Thanks for your suggestion

However, the Javascript is only one of the examples that I need to use %27 rather than a normal apostrophe..
so...is that possible to encode this string in the coming version, just like encoding the space?
Cheers
