Re: [Zope] Re: Zope iso-8859-1 to utf-8

2005-09-23 Thread Chris Withers
-- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de Max M Envoyé : mardi 13 septembre 2005 14:51 À : zope@zope.org Objet : [Zope] Re: Zope iso-8859-1 to utf-8 Pascal Peregrina wrote: Hi, I have been running a Zope installation for 2 years, so there are now lots of objects, properties, etc.

Re: [Zope] Re: Zope iso-8859-1 to utf-8

2005-09-13 Thread Pascal Peregrina
Berry) -Original Message- From: Dieter Maurer <[EMAIL PROTECTED]> To: Pascal Peregrina <[EMAIL PROTECTED]> CC: 'Max M' <[EMAIL PROTECTED]>; zope@zope.org Sent: Tue Sep 13 19:10:08 2005 Subject: RE: [Zope] Re: Zope iso-8859-1 to utf-8 Pascal Peregrina wrote at 2005-9-13

RE: [Zope] Re: Zope iso-8859-1 to utf-8

2005-09-13 Thread Dieter Maurer
Pascal Peregrina wrote at 2005-9-13 14:21 +0100: >I see... And what python function would you use for conversion ? unicode(iso_string, 'iso-8859-1').encode('utf-8') >I made some tests and was surprised of the results... >I switched ZMI to UTF-8 (management_page_charset) and edited some of my

RE: [Zope] Re: Zope iso-8859-1 to utf-8

2005-09-13 Thread Pascal Peregrina
. Pascal -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de Max M Envoyé : mardi 13 septembre 2005 14:51 À : zope@zope.org Objet : [Zope] Re: Zope iso-8859-1 to utf-8 Pascal Peregrina wrote: > Hi, > > I have been running a Zope installation f

[Zope] Re: Zope iso-8859-1 to utf-8

2005-09-13 Thread Max M
Pascal Peregrina wrote: Hi, I have been running a Zope installation for 2 years, so there are now lots of objects, properties, etc... I would like to know what are the possible issues I may have to face if I change the default encoding for iso-8859-1 to utf-8 in ZMI. You must write a scri