[Zope-CMF] Use unicode or string (char encoding?) for CMF content?
Dieter Maurer
dieter at handshake.de
Wed May 4 14:53:25 EDT 2005
Petri Savolainen wrote at 2005-4-20 12:19 -0700:
> ...
>The question becomes, does CMF 1.4.x / do its content types fully
>support using unicode?
There is only very limited unicode support.
ZPublisher supports a set of "unicode" type conversions (causing
UTF-8 encoded data to be converted to unicode) and
converts unicode on output to the encoding specified
by the "Content-Type" charset of the response.
CMF does not do anything beyond this to support unicode.
> ...
>If strings are to be used in some places rather than unicode, does CMF
>1.4.x support using UTF-8 encoding everywhere?
You will have no problems when you use UFT-8 encoding everywhere.
--
Dieter
More information about the Zope-CMF
mailing list