日期:2014-05-18  浏览次数:20440 次

自学失败,求FCKEditor 乱码解决方案!
已在web.config   appsetings字节加入
<add   key= "DefaultLanguage "   value= "zh-CN "   />
已在fkconfig.js中改为FCKConfig.DefaultLanguage=   'zh-cn '   ;

我引用时将页面语言设置为UTF-8或者gb2312均乱码:
<%@   Page   language= "c# "     AutoEventWireup= "false "   validateRequest=false%>
<%@   Register   TagPrefix= "FCKeditorV2 "   Namespace= "FredCK.FCKeditorV2 "   Assembly= "FredCK.FCKeditorV2 "   %>
......
<FCKeditorV2:FCKeditor   id= "content "   runat= "server "> </FCKeditorV2:FCKeditor>
....
乱码页面显示:

鈥?wwwroot鈥濆簲鐢ㄧ▼搴忎腑鐨勬湇鍔″櫒閿欒銆?hr   width=100%   size=1   color=silver>
HTTP   閿欒   404   -   Not   Found銆?/i>  

--------------------------------------------
鐗堟湰淇℃伅:   ASP.NET   Development   Server   8.0.0.0  


------解决方案--------------------
试试将fckconfig.js文件保存为UTF-8格式