[Zope] unicode properties
Dieter Maurer
dieter at handshake.de
Tue Aug 17 14:59:26 EDT 2004
Einar Næss Jensen wrote at 2004-8-17 12:57 +0200:
>I have a set of unicode properties which values are mostly plain letters
>in latin-1.
>
>However from time to time these properties contains special characters.
>(u201d,u201c,u2019)
>
>When using the property utext, it displays just fine, but when iterating
>over a property of type ulines, it just displays questionmarks (?) where
>my special characters shuld be.
><dtml-in unicodelines>
> <dtml-var sequence-item>
></dtml-in>
>
>What must i do to get the ulines converted?
Are you sure, the page sets the correct charset in
the "Content-Type" response header?
You probably should not have a '<meta http-equiv="Content-Type"...>'
tag. Conflicting information in the response header
and the meta tag may confuse browsers.
--
Dieter
More information about the Zope
mailing list