tinyMCE.init({
// General options
//mode : "textareas",
mode : "exact",elements : "elm1",
language : "ch",
theme : "advanced",
theme_advanced_fonts : "宋体=宋体;黑体=黑体;隶书=隶书;Arial=arial,sans-serif;Courier New=courier new,courier,monospace;",
plugins : "pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,wordcount,advlist,autosave",}
这是部分代码!我想显示中文,这个是TINYMCE3.1.1.  也安装了语言包,只是菜单中的提示是中文了,可是编辑的内容不能显示中文,怎么办?