标签: php character-encoding file-conversion codepages
我写了一个小脚本来创建一个txt文件。 现在我必须将字符集转换为CP 850 OEM。 有没有人有提示,语法必须是什么样的?
答案 0 :(得分:0)
$str = mb_convert_encoding($str, "CP850");