I am having an issue with programmatically setting the .Text property with a string that contains rich text characters.
If I manually copy and paste text with rich text characters in the editor, it converts them to html entities just fine . . . but when set programmatically it does not . . .they show up as unknown characters . . and then when it is saved it converts to groups of strange characters. Is there any way to get around this?
Thnx in advance.