Download & Extend

folded lines replaced by spaces

Project:iCal feed parser
Version:6.x-2.0-beta1
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

The iCal specification discusses the folding and unfolding of long lines. Long lines (>75 octets) are folded by inserting a "{newline}{whitespace}" sequence, and (before processing) the lines are unfolded by removing these sequences.

When I create content the folding sequences result in spaces in my node text.

Comments

#1

There is a similar issue for the Event module: http://drupal.org/node/61830

#2

OK, looks like I leapt before I looked.

The problem is with the Date module and is described here: http://drupal.org/node/579674

That issue includes a patch to /modules/date/date_api_ical.inc for resolving the problem.

nobody click here