How to convert Zope instance charset?
I have a Zope instance that uses utf-8 for everything. Since Python/Zope/etc practically doesn't support utf-8, I would like to switch over to ISO-8859-2 (for everything). The problem is that this instance is a fat site that is on-line for several months, so I have to convert the strings stored inside the lot of already existing objects of the ZODB. Any idea how to do it, like an already existing tool for it? -- Best regards, Daniel Dekany
--On Sonntag, 24. April 2005 14:18 Uhr +0200 Daniel Dekany <ddekany@freemail.hu> wrote:
I have a Zope instance that uses utf-8 for everything. Since Python/Zope/etc practically doesn't support utf-8,
Please explain in which sense Zope would not support utf-8. For your information: Plone has UTF8 as default charset. In general Zope does not care much about encoded strings except for some conversions. Dealing with utf8 might be tricky in some cases but saying Zope does not support Utf-8 is wrong. -aj
participants (2)
-
Andreas Jung -
Daniel Dekany