<font face="courier new,monospace"><br></font><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Nov 30, 2012 at 11:19 AM, Charlie Clark <span dir="ltr">&lt;<a href="mailto:charlie.clark@clark-consulting.eu" target="_blank">charlie.clark@clark-consulting.eu</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Patrick,<br>
<br>
Am 30.11.2012, 09:50 Uhr, schrieb Patrick Gerken &lt;<a href="mailto:do3ccqrv@googlemail.com" target="_blank">do3ccqrv@googlemail.com</a>&gt;:<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Add sentry logging with raven to the sites. Trigger an exception in both<br>
sites. With sentry you can not only see the traceback, but check the local<br>
variable of each frame. You can do the same with pdb of course but not so<br>
easily side by side to see where the local vars start to differ.<br>
I can give you access to my sentry server to send the logs to.<br>
</blockquote>
<br></div>
thanks for the tip. I&#39;ve got Sentry and Raven running and reporting but I&#39;m afraid I still can&#39;t see the difference. The posted form looks indentical in both cases. I can only assume that, as you first suggested, there is a difference lower down the stack which is causing one instance to decode the URL-encoded form to unicode and the other to encode it as UTF-8. How can I check this? locale.getdefaultlocale() reports (&#39;de_DE&#39;, &#39;UTF8&#39;) for both.</blockquote>

<div class="h5"><br>I don&#39;t understand why you see no difference in the stacktrace, but a difference with pdb in the end. Doesn&#39;t one instance show that the input is a string and the other that its unicode?<br>Do you see this until you extract it first from the request object?<br>

<br>You are not having one form saying fieldname:string and the other just fieldname?<br></div></div></div>