웹 페이지가 외국어로 렌더링되는 가비지 문자를 디버깅하려고합니다. 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
디렉토리에 permessions을 rw
파일에. 나는 눈이 멀어 야한다-여기서 무엇을 망쳐 놓고 있는가? ascii는 utf-8의 하위 세트이며 내 PHP에는 특수 문자 (ini 파일 만 있음 include
)가 없으므로 file -bi
ascii를보고 하기 때문에 입니까?