Have a look inside manage_page_header.dtml un your lib/python/App folder for the details. in a nutshell: acquire a management_page_charset property set somewhere and having the value of your encoding. __peppo -----Original Message----- From: zope-bounces@zope.org [mailto:zope-bounces@zope.org]On Behalf Of X Chan Sent: lunedì 8 marzo 2004 14.37 To: zope@zope.org Subject: [Zope] Unicode Problem Hello All, After I upgrade from Zope 2.5.1 to Zope 2.6.4rc2 . I found that all the unicode data stored in old Data.fs cannot be display correctly at Zope Manager Interface. Then I try to manual input the unicode data & save, then raise a error : Error Type: UnicodeError Error Value: Latin-1 encoding error: ordinal not in range(256) And l know this error occurs since Zope 2.6.4rc2 's default encoding character is latin-1, but how to change it ? Thanks in any help ! Peter