将* .txt内容转换为代码页850 OEM

时间:2017-08-11 09:02:29

标签: php character-encoding file-conversion codepages

我写了一个小脚本来创建一个txt文件。 现在我必须将字符集转换为CP 850 OEM。 有没有人有提示,语法必须是什么样的?

1 个答案:

答案 0 :(得分:0)

$str = mb_convert_encoding($str, "CP850");