I use tinymce to input Greek Characters but tinymce encodes them to
α > α
β > β
... and so on
which is not what I want

I instruct tinymce to entity_encoding : "raw" and non ascii characters are not encoded

tinyMCE.init({
   mode : "exact",
   entity_encoding : "raw",
....

just posting it here for reference to anybody who is facing the same problem

Comments

giorgosk’s picture

I can't edit previous message (encodings were translated)

α > & alpha ;
β > & beta ;

with no spaces

Steve Lockwood’s picture

Status: Active » Fixed

Thanks Giorgos - I have also added a note to the install.txt file which will go into the next release.

Steve

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.