tags:

views:

40

answers:

1

Hello,

Have someone a resolution for that annoying problem ?

Regards

A: 

Try this:

Open the file /sites/all/modules/tinymce/tinymce.module

Find the following function:

function tinymce_config($profile) {
...
}

Within that function, find the following line and remove it or comment it out:

$init['entity_encoding'] = 'raw';
Todd Moses