(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...) |
|||
Line 1: | Line 1: | ||
== ProcessNumericEntities == | == 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 set to '''true''' sign Ϣ would be transformed to <nowiki>&#994;</nowiki>. By deafult the option is set to '''false'''. Code: | + | 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 set to '''true''' sign Ϣ would be transformed to <nowiki>&amp;#994;</nowiki>. By deafult the option is set to '''false'''. | ||
+ | |||
+ | Code: | ||
<pre>FCKConfig.ProcessNumericEntities = false ; | <pre>FCKConfig.ProcessNumericEntities = false ; | ||
</pre> | </pre> |
Revision as of 21:31, 9 January 2008
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 set to true sign Ϣ would be transformed to &#994;. By deafult the option is set to false.
Code:
FCKConfig.ProcessNumericEntities = false ;