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
Comment #1
giorgoskI can't edit previous message (encodings were translated)
α > & alpha ;
β > & beta ;
with no spaces
Comment #2
Steve Lockwood commentedThanks Giorgos - I have also added a note to the install.txt file which will go into the next release.
Steve