-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Florian,

do you have the first line

# -*- coding: utf8 -*-

in your python module? And is the source encoded in UTF-8?

Greetings,

Egon

Florian Lindner schrieb am 08.05.2006 21:36:

> 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".
> 
> Anyone got an idea what's wrong?
> 
> Thanks,
> 
> Florian
> _______________________________________________
> Zope3-users mailing list
> Zope3-users@zope.org
> http://mail.zope.org/mailman/listinfo/zope3-users
> 

- --
Egon Frerich, Freudenbergstr. 16, 28213 Bremen

E-Mail: [EMAIL PROTECTED]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (MingW32)
Comment: GnuPT 2.7.2
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEX6cWuTzybIiyjvURAn2vAJ45kPCmgDTPzEnz49p51YeTB55WIgCgx1Aq
xrzVzyabm46utdgfsvPG1Kg=
=9Wl/
-----END PGP SIGNATURE-----
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to