IncludeLatinEntities"

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.

(New page: == IncludeLatinEntities == This setting tells the editor to convert accented Latin letters to their relative HTML entities. For example "á" is converted to "á".By default it is ...)
 
 
Line 7: Line 7:
 
* If, on the other hand, text of other languages is typically entered in fckeditor, and you only need latin characters occasionally, then leave this to '''true''', in order to get the entities.<br>
 
* If, on the other hand, text of other languages is typically entered in fckeditor, and you only need latin characters occasionally, then leave this to '''true''', in order to get the entities.<br>
  
'''NOTE''': This option is dependent of the [[FCKeditor 2.x\Developers Guide\Configuration\Configuration Options\ProcessHTMLEntities|ProcessHTMLEntities]] setting.
+
'''NOTE''': This option is dependent of the [[FCKeditor 2.x/Developers Guide/Configuration/Configuration Options/ProcessHTMLEntities|ProcessHTMLEntities]] setting.

Latest revision as of 21:28, 9 January 2008

IncludeLatinEntities

This setting tells the editor to convert accented Latin letters to their relative HTML entities. For example "á" is converted to "&#225;".By default it is set to true so the editor converts the letters.
It is a W3C recommendation, but it is not desired to happen in some cases:

  • If it is typical to enter latin text, 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.IncludeLatinEntities = false ;
  • If, on the other hand, text of other languages is typically entered in fckeditor, and you only need latin characters occasionally, then leave this to true, in order to get the entities.

NOTE: This option is dependent of the ProcessHTMLEntities setting.

This page was last edited on 9 January 2008, at 21:28.