在php中设置charset

时间:2011-12-07 18:49:41

标签: php character-encoding http-headers

如何使用ANSI charset在php中发送数据? 默认值为UTF-8

我用:

header('Content-Type: text/plain; charset=ansi'); 

没有效果......

2 个答案:

答案 0 :(得分:2)

"text/plain; charset=us-ascii",请参阅RFC http://www.w3.org/Protocols/rfc1341/7_1_Text.html

答案 1 :(得分:2)

如果ANSI是指“Windows Western”,则应使用charset=windows-1252而不是us-ascii。