Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下を使用できます。
<?php header('Content-Type: text/html; charset=utf-8'); echo iconv("utf-8", "latin1", "BosanÄić");//Bosanči echo iconv("utf-8", "latin1", "JiráÄek"); //Jiráček ?>
入力文字セットは UTF-8 であり、latin1 に戻す必要があります