1

Topic: rtf parsing in snapshot

I've noticed a problem in snapshot data that seems to be the result of incorrect parsing of rtf data in memo fields, particularly the survey event description field, though it may apply to others.
For example:
original rtf:
{\rtf1\ansi\deff0{\fonttbl{\f0\fnil\fcharset0 MS Sans Serif;}{\f1\fnil MS Sans Serif;}}
{\colortbl ;\red0\green0\blue0;}
{\*\generator Riched20 5.50.30.2002;}\viewkind4\uc1\pard\cf1\f0\fs17\lang2057 Mobile pebbles to boulders and wreckage with mixed algae\par
\par
Angling litter\par
\par
Shoals of fry among algae\f1\lang1033\par
}

what it should look like:
Mobile pebbles to boulders and wreckage with mixed algae

Angling litter

Shoals of fry among algae

how it appears in snapshot:
Mobile pebbles to boulders and wreckage with mixed algaelitterof fry among algae

It seems to lose any paragraph returns along with the first word of the following line.  Is anyone else experiencing this?

Peter