Closed (fixed)
Project:
Tiny Tiny MCE
Version:
6.x-1.10
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Nov 2008 at 12:57 UTC
Updated:
2 Dec 2008 at 09:12 UTC
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