IncludeGreekEntities

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

IncludeGreekEntities

This setting tells the editor to convert Greek letters to their relative HTML entities. For example "α" is converted to "&alpha" .
It is a W3C recommendation, but it is not desired in some cases (mainly when typing Greek texts in the editor).So:

  • If it is typical to enter modern greek text, for instance in a greek language web site, then simply set this to false, in order to get the ISO-8859-7 or UTF-8 characters, and not have them converted into entities.
FCKConfig.IncludeGreekEntities = false ;
  • If, on the other hand, text of other languages is typically entered in fckeditor, and you only need greek characters occasionally - such as in mathematical formulas - then leave this to true, in order to get the entities.

NOTE: This option is dependent of the ProcessHTMLEntities setting.