I'm using a Google Gears Worker to submt a POST httprequest
(using var request = google.gears.factory.create('beta.httprequest');
)
with a parameter containing the string
"bford%20%24%23%26!%3F%40%20%E5%BE%B3%E5%8A%9B%E5%9F%BA%E5%BD%A6"
but the Django HttpRequest is receiving it as
"bford $#&!?@ å¾³å\u008a\u009bå\u009fºå½¦"
How do I specify to one or the other of the parties in the transaction to leave it untranslated?