我在 ckeditor 对话框中出现了一些奇怪的字符
还有其他人遇到过 ckeditor 和类似字符的问题吗? 我刚刚下载了一个新版本,我有点失落。
感谢您的帮助。 理查德
Has anyone else had problems with ckeditor and characters like this?
I've just downloaded a new version and I'm a little lost.
Thanks for your help.
Richard
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否设置了字符集 utf-8 的代码?
如果没有或者您不确定,那么这可能是字符编码的问题。
尝试在发送任何 html 之前添加此内容:
并将此内容添加到 html
:
希望它适合您。
Have you set your code for charset utf-8 ?
If not or if you are not sure then this could be the problem with the character encoding.
Try add this before sending any html:
And this one to the html
<head></head>
:Hope it works out for you.