Hi Team,
I am exploring the RichTextEditor and I am having issues with the HTML content which is returned from rteObj.value or rteObj.getHTML(). It does not have the special chars like apostrophe escaped. I am sending the data further to an API which will convert the extracted HTML into XML and send to the SP for processing.
Do we have any method in RTE which takes care of this, for example "management’s" gets escaped as "management’s" or I need to handle it at my end?
Thank you!