[google-appengine] Re: What changes were recently made to request.charset?

2008-10-06 Thread Alex Epshteyn
I'm not sure what has changed, but I just fixed my issue by using msg.encode("utf8") before passing msg to hmacSha1. It was working without this step in the past. Alex On Mon, Oct 6, 2008 at 5:41 AM, Sylvain <[EMAIL PROTECTED]> wrote: > > I've seen many issues with charset (Unicode) like this o

[google-appengine] Re: What changes were recently made to request.charset?

2008-10-06 Thread Sylvain
I've seen many issues with charset (Unicode) like this one : http://code.google.com/p/googleappengine/issues/detail?id=573 Could you explain more your issue/code that seems broken. These issues are very annoying. Regards On 6 oct, 08:50, Alex Epshteyn <[EMAIL PROTECTED]> wrote: > I had an iss