所见即所得编辑器的多语言问题
我在系统中使用tinymce 来发布我的帖子,并遇到了重音字符的问题,现在这是我这边发生的事情。
如果我输入法语重音字符,可以说 à
我的小 mce 将其转换为 à
但我确实需要保存这个字符 à
在我的数据库中而不是保存à
。
我也尝试过 ckEditor 但问题是一样的。
谁能告诉我如何克服这个问题,因为我的截止日期很紧,而且它真的很令人头痛,如果有人能提供帮助,那就太好了。
I am using tinymce for my posts in the system and getting problem with accented charachters, now here is what happened on my side.
If I type french accented character lets say à
my tiny mce converts it into à
but I really do need to save this character à
in my database rather than saving à
.
I have also tried with ckEditor but the problem is same.
Can anyone tell me how to overcome this problem as I am on tight deadline and its really becoming a headache, it will be great if anyone can help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好的,我已经使用 php 法语口音数组解决了这个问题。我创建了以下功能。
我希望它能帮助任何遇到同样问题的人。
问候,
穆斯塔法
ok I have solved it using php french accents array. Following function I have created.
I hope it will help anyone who gets the same problem.
Regards,
Mustafa
检查tinymce参数entity_encoding。
Check the tinymce parameter entity_encoding.