<font face="courier new,monospace">With the information you provided I&#39;d first try this on a python prompt on a working machine : &quot;Köln&quot; == u&quot;Bonn&quot;<br>If this does not throw the same error, somebody changed the python default encoding. Then I&#39;d look if some of my validators get constraints with umlauts. <br>

But I guess, you tried that already?<br></font><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Nov 28, 2012 at 7:12 PM, 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,<br>
<br>
one of my sites has (hopefully) started behaving funny. I have a formlib driven contact form that is rejecting any input that is not ascii as part of the validation step of the form:<br>
<br>
UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal<br>
<br>
I may have got this wrong but I thought inputs into forms could be considered as unicode and we only had to worry about them when storing them in case they were being accessed by non-unicode-aware code.<br>
<br>
What&#39;s really puzzling is that I have almost identical forms on other sites that don&#39;t exhibit this behaviour which makes me think it must be a configuration error such as the default encoding which is set to utf-8 for this site.<br>


<br>
Any ideas?<br>
<br>
Charlie<br>
-- <br>
Charlie Clark<br>
Managing Director<br>
Clark Consulting &amp; Research<br>
German Office<br>
Kronenstr. 27a<br>
Düsseldorf<br>
D- 40217<br>
Tel: <a href="tel:%2B49-211-600-3657" value="+492116003657" target="_blank">+49-211-600-3657</a><br>
Mobile: <a href="tel:%2B49-178-782-6226" value="+491787826226" target="_blank">+49-178-782-6226</a><br>
______________________________<u></u>_________________<br>
Zope-CMF maillist  -  <a href="mailto:Zope-CMF@zope.org" target="_blank">Zope-CMF@zope.org</a><br>
<a href="https://mail.zope.org/mailman/listinfo/zope-cmf" target="_blank">https://mail.zope.org/mailman/<u></u>listinfo/zope-cmf</a><br>
<br>
See <a href="https://bugs.launchpad.net/zope-cmf/" target="_blank">https://bugs.launchpad.net/<u></u>zope-cmf/</a> for bug reports and feature requests<br>
</blockquote></div><br></div>