--On 8. Mai 2006 21:36:26 +0200 Florian Lindner <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] - Phone +49 - 7071 - 793376 E-Publishing, Python, Zope & Plone development, Consulting
pgpwW1WlAeDHI.pgp
Description: PGP signature
_______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
