TMSFNCRichEditor Removing Spaces

The TTMSFNCRichEditor is removing spaces if they are more then one.

I´m using the function TTMSFNCRichEditor.ContentAsPlainHTML(). Is there a way to change this. I would prefer not to use nbsp because it´s causing trouble in other Components...

No Feedback at all?

I cannot see a problem.

When I do
memo1.Lines.Text := TMSFNCRichEditor1.ContentAsPlainHTML();

the memo contains the exact same number of spaces as written in the TMSFNCRichEditor, either as space ' ' or as   depending on the setting
TMSFNCRichEditor.SpaceAsNbsp: boolean;

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.