#455: non ascii summary in imip ----------------------------------+----------------------------------------- Reporter: mail@… | Owner: wsanchez@… Type: Defect | Status: new Priority: 5: Not set | Milestone: Component: Calendar Server | Severity: Other Keywords: | Radar: ----------------------------------+----------------------------------------- similiar to r7681 the following is needed:
{{{ root@km30208-01:~ # diff rpmbuild/BUILD/CalendarServer-3.0.svn7677/twistedcaldav/mail.py /usr/lib/python2.6/site-packages/twistedcaldav/mail.py -u --- rpmbuild/BUILD/CalendarServer-3.0.svn7677/twistedcaldav/mail.py 2011-06-27 23:53:23.000000000 +0200 +++ /usr/lib/python2.6/site-packages/twistedcaldav/mail.py 2011-06-28 01:15:49.000000000 +0200 @@ -1240,7 +1240,7 @@ results['month'] = dtStart.getMonth() results['day'] = dtStart.getDay() - summary = component.propertyValue("SUMMARY") + summary = component.propertyValue("SUMMARY").decode("utf-8") if summary is None: summary = "" results['summary'] = summary }}} -- Ticket URL: <http://trac.calendarserver.org/ticket/455> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server _______________________________________________ calendarserver-dev mailing list calendarserver-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-dev