简体   繁体   English

CKEDITOR - 关闭 html 编码

[英]CKEDITOR - turn off html encoding

In my CKEDITOR, when I type following letters:在我的 CKEDITOR 中,当我输入以下字母时:

ó " ... whitespace and more

I am getting the following HTML:我得到以下 HTML:

ó „ …   and so on...

How can I turn this off, so that the server will receive "normal" letters?如何关闭此功能,以便服务器收到“正常”信件?

I managed to reduce the number of characters converted by adding this to my config file:通过将其添加到我的配置文件中,我设法减少了转换的字符数:

config.htmlEncodeOutput = false;
config.entities = false;

But whitespaces are still being converted into  但是空格仍在转换为  ... ...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM