Page 1 of 1

TinyMCE æøå characters are being converted

Posted: Sat Feb 27, 2016 9:10 am
by fastlane47
Hello.

I am encountering a problem when using TinyMCE and MicroTiny editors. First of all let me say that I have tested this on a fresh installation, without having changed the configuration settings at all.

I have chosen English and Danish to be installed during the installation process.

Whenever I type æ ø å in the editor, and I save the page, the characters are being converted into æ ø å in the HTML markup.

I have not changed ANY settings, and the default charset is UTF-8.

Code: Select all

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
I have tried this as well:

Code: Select all

<meta charset="UTF-8">
I am using CMS MS version 2.1.2.

Any help is appreciated!