Hi all,
I am trying to use the Rich Text Editor, as I need to have bullet points when users enter data, but afterwards I am only interested in the text - but it means that all my äöå characters are encoded as HTML entities. How can I convert these back to UTF-8? I have tried normal javascript approach with create a text element, but this doesn't work.
Is there any way to get just the text from the Rich Text Editor?