2010/1/19 Frank Niessink <[email protected]>:
> Hi Jérôme,
>
> How do you feel about the future of SyncML and Task Coach? Will you be
> able to support a pysyncml for python 2.6 and beyond? If not, I guess
> we have to drop support for SyncML...

On a related note: I'm trying to make export to iCalendar work with
non-ascii characters. However, the code in
persistence.icalendar.ical.py is attaching 'CHARSET=UTF-8' to
summaries and descriptions. According to the iCalendar standard all
text is already UTF 8 by default. The charset property doesn't even
exist according to http://tools.ietf.org/html/rfc5545. Also, this
iCalendar validator (http://severinghaus.org/projects/icv/) says our
iCalendar as currently exported is invalid. So I have to remove the
CHARSET property. But I guess this is all in there because of
interoperability with SyncML/ScheduleWorld, right?

Thanks, Frank

Reply via email to