I m trying to include a french accent in a custom attribute value in a div tag by typing é in the source view, however, when I go to the editor view and go back to the source view the é is translated into an é. I would like to still be able to type é in the regular editor and see é in the source, but if I modified the source and added é into one of the attributes, I want ckEditor to leave it as it is.
Example:
currenly, I have
<div section="section">écouter<div>
displayed in the source view and "écouter" displayed in the regular view. if I go to the source and change section="section" to section="séction", ckEditor switch it to section="séction", which is not what I wanted.
As I m modifying the source directly, I don't want ckeditor to decode, I want to be able to save it as
<div section="séction">écouter<div>
instead of
<div section="séction">écouter<div>
Please advise.
