TTMSFNCRichEditorHTMLIO appears to insert non-breaking spaces, irrespective of the setting of the 'SpaceAsNbSp' property.
I have tried setting the property both in design view and in the program, but it makes no difference. Am I missing something or is this a bug?
Do you use the latest version of the components?
I have retested this here and I cannot see a problem.
Test code:
begin
TMSFNCRichEditorHTMLIO1.SpaceAsNbSp := false;
TMSFNCRichEditorHTMLIO1.Save('e:\tms\temp\fncrichedit.html');
memo1.Lines.LoadFromFile('e:\tms\temp\fncrichedit.html');
end;
Result