Revision 627441

Go back to digest for 28th January 2007

Other in KDE-PIM

Reinhold Kainhofer committed changes in /trunk/KDE/kdepimlibs/kcal:

Forward port of SVN commit 627420 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.

File Changes

Modified 22 files
  • /trunk/KDE/kdepimlibs/kcal
  •   /tests/runsingletestcase.pl
  •   /tests/testrecurson.cpp
  •   /libical/src/libical/icalcomponent.c
  •   /libical/src/libical/icalproperty.c
  •   /tests/data/Compat/KOrganizer_3.1.ics.ical.ref
  •   /tests/data/Compat/KOrganizer_3.1a.ics.ical.ref
  •   /tests/data/Compat/KOrganizer_3.2.ics.ical.ref
  •   /tests/data/Compat/Mozilla_1.0.ics.ical.ref
  •   /tests/data/Compat/MSExchange.ics.ical.ref
  •   /tests/data/vCalendar/KOrganizer_vCalTestCase01.vcs.ical.ref
  •   /tests/data/vCalendar/KOrganizer_vCalTestCase02.vcs.ical.ref
  •   /tests/data/vCalendar/KOrganizer_vCalTestCase03.vcs.ical.ref
  •   /tests/data/vCalendar/KOrganizer_vCalTestCase04.vcs.ical.ref
  •   /tests/data/vCalendar/KOrganizer_vCalTestCase05.vcs.ical.ref
  •   /tests/data/vCalendar/KOrganizer_vCalTestCase06.vcs.ical.ref
  •   /tests/data/vCalendar/KOrganizer_vCalTestCase07.vcs.ical.ref
  •   /tests/data/vCalendar/KOrganizer_vCalTestCase08.vcs.ical.ref
  •   /tests/data/vCalendar/KOrganizer_vCalTestCase09.vcs.ical.ref
  •   /tests/data/vCalendar/KOrganizer_vCalTestCase10.vcs.ical.ref
  •   /tests/data/vCalendar/KOrganizer_vCalTestCase11.vcs.ical.ref
  •   /tests/data/vCalendar/KOrganizer_vCalTestCase12.vcs.ical.ref
  •   /tests/data/vCalendar/KOrganizer_vCalTestCase13.vcs.ical.ref
22 files changed in total