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

Reply via email to