[Korganizer-devel] [Bug 140650] Folding breaks local iCal files (Only LF + space instead of CRLF + space)
Reinhold Kainhofer
reinhold at kainhofer.com
Fri Jan 26 15:35:28 CET 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=140650
reinhold kainhofer com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From reinhold kainhofer com 2007-01-26 15:35 -------
SVN commit 627419 by kainhofe:
Work around Windows-isms. RFC 2445 clearly says that all linebreaks are always \r\n, even under Unix, where \n is used for text files. Just because windows apparently adds the \r automatically, when you add a \n, does not mean that other platforms will do the same. Here in Linux, the file contains exactly what you put into the char*, which is a \n only and thus invalid.
CCMAIL: libical softwarestudio org
BUG: 140650
M +256 -256 data/Compat/KOrganizer_3.1.ics.ical.ref
M +42 -42 data/Compat/KOrganizer_3.1a.ics.ical.ref
M +83 -83 data/Compat/KOrganizer_3.2.ics.ical.ref
M +27 -27 data/Compat/MSExchange.ics.ical.ref
M +74 -74 data/Compat/Mozilla_1.0.ics.ical.ref
M +20 -20 data/vCalendar/KOrganizer_vCalTestCase01.vcs.ical.ref
M +20 -20 data/vCalendar/KOrganizer_vCalTestCase02.vcs.ical.ref
M +20 -20 data/vCalendar/KOrganizer_vCalTestCase03.vcs.ical.ref
M +21 -21 data/vCalendar/KOrganizer_vCalTestCase04.vcs.ical.ref
M +21 -21 data/vCalendar/KOrganizer_vCalTestCase05.vcs.ical.ref
M +19 -19 data/vCalendar/KOrganizer_vCalTestCase06.vcs.ical.ref
M +20 -20 data/vCalendar/KOrganizer_vCalTestCase07.vcs.ical.ref
M +20 -20 data/vCalendar/KOrganizer_vCalTestCase08.vcs.ical.ref
M +20 -20 data/vCalendar/KOrganizer_vCalTestCase09.vcs.ical.ref
M +20 -20 data/vCalendar/KOrganizer_vCalTestCase10.vcs.ical.ref
M +21 -21 data/vCalendar/KOrganizer_vCalTestCase11.vcs.ical.ref
M +20 -20 data/vCalendar/KOrganizer_vCalTestCase12.vcs.ical.ref
M +21 -21 data/vCalendar/KOrganizer_vCalTestCase13.vcs.ical.ref
M +4 -4 runtestcase.pl
More information about the Korganizer-devel
mailing list