Hello. In my application when I insert "ä" (european symbol) to RichTextBox and when I click "save" - the RichTextBox.Text property gives me:
"<HTML><BODY><DIV STYLE=\"text-align:Left;font-family:Segoe UI;font-style:normal;font-weight:normal;font-size:12;color:#000000;\"><P><SPAN>Ƥ</SPAN></P></DIV></BODY></HTML>";
so the "ä" is replaced by alien symbol "Ƥ". I think is some sort of encoding issue. Same problem is also with letter like "õ,ä,ö.."
Please help me to correct this...