Thank you! It turned out I was using escape() while I should have used encodeURIComponent().
On Mar 28, 3:32 pm, "Kyle Marvin" <[EMAIL PROTECTED]> wrote: > Hi Erwin, > > The plus sign is actually a reserved character, per [1]. You need to > encode it as "%2B". The canonical spec on url encoding is [2]. > > Cheers, > > -- Kyle > > [1] -http://en.wikipedia.org/wiki/Percent-encoding > [2] -http://www.ietf.org/rfc/rfc3986.txt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
