(New page: == ProcessNumericEntities == This option sets the editor to transform all characters that are out of the ASCII table to their relative Unicode numeric entities. Example: if this option is...) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | This option tells the editor to transform all characters that are out of the ASCII table to their relative Unicode numeric entities. | |
− | + | For example, if this option is set to '''true''', the Ϣ sign will be transformed to <nowiki>&#994;</nowiki>. By default the option is set to '''false'''. | |
− | <pre>FCKConfig.ProcessNumericEntities = | + | |
+ | Example: | ||
+ | <pre>FCKConfig.ProcessNumericEntities = true ; | ||
</pre> | </pre> |
Latest revision as of 16:46, 22 April 2009
This option tells the editor to transform all characters that are out of the ASCII table to their relative Unicode numeric entities.
For example, if this option is set to true, the Ϣ sign will be transformed to Ϣ. By default the option is set to false.
Example:
FCKConfig.ProcessNumericEntities = true ;