标签: php iis encoding
我们正在尝试将非英语字符添加到网站网址和内部文字中。
目前php页面没有看到Unicode'get'参数。虽然我们添加了<META http-equiv="Content-Type" content="text/html; charset=utf8">
<META http-equiv="Content-Type" content="text/html; charset=utf8">
See sample here.
非常感谢!
答案 0 :(得分:1)
通过utf8_encode();
utf8_encode()