如何防止 CKEditor 将重音字母翻译成 HTML 代码?
我想配置 CKEditor 以按原样保存重音字母,并且不要将它们更改为 HTML 等效项,因为无论如何我都在使用 UTF8。
为了实现这一目标,我需要在哪里进行设置?
示例:
当前: 输入: á& eacute;íóúöőüűáéíóúöőüű
来源:
希望:输入: áéíóúöőüűáéíóúöőüű
来源:
I'd like to configure CKEditor to save accented letters as they are, and don't change them to their HTML equivalent, since I'm working work with UTF8 anyway.
Where and what do I need to set to achieve this?
Example:
Current: entered: áéíóúöőüű
source: <p>áéíóúöőüű</p>
Wished for: entered: áéíóúöőüű
source: <p>áéíóúöőüű</p>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它的配置设置我认为它的 实体 虽然它可能是你想要的相邻配置选项之一,我不是 100% 但它应该让你处于正确的方向
its a config setting I think its entities though it could be one of the neighboring config options that you want, I'm not 100% but it should put you in the right direciton