This option enables you to get XML escaped contents out of TinyMCE. Posted content will be converted to a XML string escaping characters such as < > " & to < > " &. This option is set nothing by default and is there for disabled.
Example of usage of the encoding option:
tinyMCE.init({ ... encoding : "xml" });