[Calendar and Contacts Server] #455: non ascii summary in imip
#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
#455: non ascii summary in imip -----------------------------------+---------------------------------------- Reporter: mail@… | Owner: wsanchez@… Type: Defect | Status: closed Priority: 5: Not set | Milestone: CalendarServer-3.x Component: Calendar Server | Severity: Other Resolution: Software changed | Keywords: Radar: | -----------------------------------+---------------------------------------- Changes (by sagen@…): * status: new => closed * resolution: => Software changed * milestone: => CalendarServer-3.x Comment: Fixed in rev 7683 -- Ticket URL: <http://trac.calendarserver.org/ticket/455#comment:1> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server
#455: non ascii summary in imip -----------------------------------+---------------------------------------- Reporter: mail@… | Owner: wsanchez@… Type: Defect | Status: closed Priority: 5: Not set | Milestone: CalendarServer-3.x Component: Calendar Server | Severity: Other Resolution: Software changed | Keywords: Radar: | -----------------------------------+---------------------------------------- Comment(by mail@…): btw. ticket #442 and ticket #409 are about very similar problems. -- Ticket URL: <http://trac.calendarserver.org/ticket/455#comment:2> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server
#455: non ascii summary in imip -----------------------------------+---------------------------------------- Reporter: mail@… | Owner: wsanchez@… Type: Defect | Status: closed Priority: 5: Not set | Milestone: CalendarServer-3.x Component: Calendar Server | Severity: Other Resolution: Software changed | Keywords: Radar: | -----------------------------------+---------------------------------------- Comment(by mail@…): another character set problem is in #423 -- Ticket URL: <http://trac.calendarserver.org/ticket/455#comment:3> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server
participants (1)
-
Calendar and Contacts Server