Closed macosforgebot closed 12 years ago
mail@… originally submitted this as comment:1:ticket:409
With
Index: CalendarServer/twistedcaldav/mail.py
===================================================================
--- CalendarServer/twistedcaldav/mail.py (Revision 6892)
+++ CalendarServer/twistedcaldav/mail.py (Arbeitskopie)
@@ -1024,10 +1024,6 @@
else:
formatString = _("Event reply: %(summary)s")
- # The translations we get back from gettext are utf-8 encoded
- # strings, so convert to unicode
- formatString = formatString.decode("utf-8")
-
details['subject'] = msg['Subject'] = formatString % {
'summary' : details['summary']
}
it works for me and the mails are nicely displayed. But maybe the have a bad encoding ...
@wsanchez originally submitted this as comment:3:ticket:409
@wsanchez originally submitted this as comment:4:ticket:409
@wsanchez originally submitted this as comment:5:ticket:409
@wsanchez originally submitted this as comment:6:ticket:409
@m0rgen originally submitted this as comment:7:ticket:409
This code was changed fairly recently, and it should now be fixed.
@wsanchez originally submitted this as comment:8:ticket:409
mail@… originally submitted this as ticket:409
I set Language to "fr" to test the localization.
This can be reproduced by