I have a problem with the cute editor... everytime i save some text containing ö ä å and reopen the text in the contenteditor
cuteeditor.text = "some text with öäå" it only shows "some text with "
if i view the html it looks like this "<div>some text with öäå</div>"
and when i go back to normal mode it shows correctly .. "some text with öäå"
and if i go back to the html view again it looks like
<div>some text with öäå </div>
but i cant keep switching back and forth to get the right output...
How can i fix this problem.