On Wednesday 23 January 2008 19:26, Uri Guttman wrote: > define inline break. it can't be a newline or CR as those define > lines. you need clearer specs and data examples if you want more help.
Expanding on Uri's comment, what do you want to do with the files while "dealing" with line terminators. Are you simply trying to normalize line terminators from different platforms to a common one? Also, by 'inline break' perhaps you mean what's often called a "hard" line break, i.e., when distinguishing between paragraphs and lines, one that doesn't define a paragraph ending, but simply cuts lines at a certain length? In that case you need something different to terminate paragraphs, e.g., a blank line (two "line breaks" in a row), or similar. Bernardo _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

