23 May
2005
23 May
'05
6:17 p.m.
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