Comment 0 for bug 14013

Revision history for this message
Matthew Dempsky (mrd-alkemio) wrote :

Evolution doesn't want to wrap a paragraph at a space if the space is followed
by a '/' character, e.g. "foo bar /blahblahblahblah..." will wrap between "foo"
and "bar", rather than after "bar".

Evolution also doesn't respect non-breaking space characters in its word wrap
algorithm, e.g. "blah blah blah foo~bar", where ~ is actually a non-breaking
space, will wrap between "foo" and "bar" instead of before "foo".

Both examples are assuming the "blah" blocks are long enough to witness the
problem. If the description alone isn't sufficient, I'll take screenshots.