开发者

I've got some weird characters in ckeditor dialogs

开发者 https://www.devze.com 2023-03-03 17:52 出处:网络
Has anyone else had problems with ckeditor and characters like this? I\'ve just downloaded a new v开发者_如何学JAVAersion and I\'m a little lost.

Has anyone else had problems with ckeditor and characters like this? I've just downloaded a new v开发者_如何学JAVAersion and I'm a little lost.

I've got some weird characters in ckeditor dialogs

Thanks for your help. Richard


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:

<?php header('Content-type: text/html; charset=utf-8'); ?>

And this one to the html <head></head>:

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

Hope it works out for you.

0

精彩评论

暂无评论...
验证码 换一张
取 消