In some cases, e.g, in a bullet list, the last word in the first line would be
accidentally concatenated with the first word in the second line.
By adding a whitespace after each word, we can avoid this kind of situation.
And we also want to handle the case that we want 'can't' instead of 'can' and
''t', so we add a check. If the first char is single quotes, aka, '\'', we
delete the last char of the bodyText, in order to concatenate strings such as
'can' and ''t'.
Original issue reported on code.google.com by Kun.Hu7...@gmail.com on 29 Jan 2014 at 7:33
Original issue reported on code.google.com by
Kun.Hu7...@gmail.com
on 29 Jan 2014 at 7:33Attachments: