Reference Manual
This Reference Manual applies to: Any version.
All content on one page (useful for printing, presentation mode etc.)
|
For any issues with the web site functionality, please file a ticket.
Please consult the policy on plone.org content if you want your content published on this site.
TinyMCE Internationalization
There is a problem while loading codepage, Plone uses these instructions to load TinyMCE javascript:
<script type="text/javascript" charset="iso-8859-1"
src="http://myweb/jscripts/tiny_mce/tiny_mce.js"></script>
<script type="text/javascript" charset="iso-8859-1"
src="http://myweb/jscripts/tiny_mce/tiny_mce_init.js"></script>
Of course, I need use charset UTF-8, how to? ;-)