Comment 15 for bug 267356

Revision history for this message
Simone Orsi (simone-orsi) wrote :

Zope2-2.12.18 + Plone 4.0.7 + Products.CMFCore-2.2.4

Using italian "è,à,ìò,ù" etc into actions' title breaks everything.

I solved it by using:

from Products.CMFPlone.utils import safe_unicode

val = Message(safe_unicode(val), self.i18n_domain)

Yes, I know it's not the right solution since it depends on CMFPlone BUT why the hell users are supposed not to use accented letters into actions' title from ZMI??

Is there any progress on that?