[Zope] UnicodeDecodeError
Dieter Maurer
dieter at handshake.de
Mon May 23 14:17:18 EDT 2005
Joern Wallstabe wrote at 2005-5-23 11:18 +0200:
> ...
>the error is raised during zpt processing.
>by the way python default default encoding is set to ascii.
> ....
><FSControllerPageTemplate at /cmf/edit_form used for /cmf/Members/wal/myid>
>Module StringIO, line 203, in getvalue
>UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 95:
>ordinal not in range(128)
Your page template mixes unicode and non-unicode (which cannot be
decoded with the default encoding).
--
Dieter
More information about the Zope
mailing list