I encountered a problem with the ckeditor regarding escaping umlauts. It is reproducable with the example editor on http://sdk.ckeditor.com/samples/classic.html
When I take the word Bühnenpräsenz
and copy-paste it into the editor and click "source" it is converted to <p>Bühnenpräsenz</p>
, though I expect the umlauts to be replaced with html entities.
But when I type in Bühnenpräsenz
and not copy-paste it, the click on source
shows <p>Bühnenpräsenz</p>
which is correct.
Can anyone reproduce this behavior or does know why pasting and typing behaves differently?