[Zope] Zope and Unicode

Hannu Krosing hannu@trust.ee
Sun, 25 Apr 1999 11:35:48 +0300


Robert Leftwich wrote:
> 
> What is the level of support for Unicode in Zope ? I would like to develop
> a Zope application that can be displayed in different languages (e.g.
> Kanji) but can find no mention of Unicode in the Zope documentation and it
> appears that Python will not support it until version 1.6.

I think you could use the modules wstring (search for unicode at the
python site)
to add the needed conversions to output unicode in the needed encoding.

Or just ignore the conversions and use UTF-8 as the encoding and a
unicode-aware 
client (NS >= 3 for display and IE >= 4.0 for editing)

------------
Hannu