开发者

Website for mobile phone, unicode problem for nokia [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.

Want to improve this question? Add开发者_C百科 details and clarify the problem by editing this post.

Closed 6 years ago.

Improve this question

İ have a website for mobile phones (not english) But i have a problem with nokia (unicode problem) my website are including php codes

how can i solve this problem with php or html or js ?


Try setting the charset in the headers and in the meta tags...

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

And...

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜