[Zope3-Users] Problem with Umlauts

Florian Lindner mailinglists at xgm.de
Mon May 8 15:36:26 EDT 2006


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


More information about the Zope3-users mailing list