From: Robert Ramey (ramey_at_[hidden])
Date: 2006-10-20 13:05:08


> But there is still Christophers question:
>> Is there a guarantee that a "\n" delimiter will not occur in the
>> middle of the serialised output?

No- in fact it does. I appears on text archives and xml archives in
order to enhance readability by humans.

its treated as white space by input streams so it should be no
problem.

Robert Ramey