Active
Project:
iCal feed parser
Version:
6.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2011 at 21:28 UTC
Updated:
11 Feb 2011 at 21:53 UTC
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
Comment #1
kenwest commentedThere is a similar issue for the Event module: http://drupal.org/node/61830
Comment #2
kenwest commentedOK, 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.