我正在尝试调试我的网页以外语呈现的垃圾字符。我想在utf-8中使用createpage.php。
me@host:/www/webroot$ file -bi createpage.php
text/x-php; charset=us-ascii
me@host:/www/webroot$ iconv -f us-ascii -t utf-8 createpage.php > createpage_utf8.php
me@host:/www/webroot$ file -bi createpage_utf8.php
text/x-php; charset=us-ascii
我rwx
对目录rw
和文件有渗透。我一定是瞎了 - 我搞砸了什么?是因为ascii是utf-8的子集而我的php没有任何特殊字符(只是我的ini文件include
),所以file -bi
只报告ascii?