开发者

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

开发者 https://www.devze.com 2023-03-25 04:26 出处:网络
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. 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

精彩评论

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

关注公众号