16 Jun
2006
16 Jun
'06
11:42 a.m.
--On 16. Juni 2006 13:39:03 +0200 Tino Wildenhain <tino@wildenhain.de> wrote:
item.manage_changeProperties({'title':'Hustype'}) gives utf-8. item.manage_changeProperties(title='Hustype') leaves ISO-8859-1 intact.
WTF is that?
My guess would be the dict-argument is used in place of REQUEST and therefore sets some default encoding in request - which it certainly acquires.
'Hustype' is pure ASCII...this will *always* have the same encoding in almost all encodings (except in Klingon). -aj