[Zope3-Users] Problem with Umlauts

Andreas Jung lists at zopyx.com
Mon May 8 15:40:28 EDT 2006



--On 8. Mai 2006 21:36:26 +0200 Florian Lindner <mailinglists at xgm.de> wrote:

> Hello,
> I have an schema like that:
>
> class IAbbreviation(Interface):
> 	abbreviation = TextLine(
> 		title = u"Abkürzung",
> 		required = True)
> 		
> 	meaning = TextLine(
> 		title = u"Bedeutung",
> 		required = True)
>
> 	description = TextLine(
> 		title = u"Erklärung",
> 		required = False)
>
>
> but in all Forms (ZMI or formlib generated) the German Umlauts are
> displayed  like "Abkürzung" which should be "Abkürzung".
>

Likely you need to send a "content-type: text/html; charset=utf-8" header

-aj

-- 
ZOPYX Ltd. & Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany
Web: www.zopyx.com - Email: info at zopyx.com - Phone +49 - 7071 - 793376
E-Publishing, Python, Zope & Plone development, Consulting
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 186 bytes
Desc: not available
Url : http://mail.zope.org/pipermail/zope3-users/attachments/20060508/d63d8ded/attachment.bin


More information about the Zope3-users mailing list