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.
UTF-8 でコードページ (数字) を持つ文字列があります。UTF-8 文字列をコードページに変換するにはどうすればよいですか?
わかりました、それは私が見つけたようです:
$out = iconv("UTF-8", 'Windows-1252//TRANSLIT//IGNORE', $out);
Windows- プレフィックスが必要でした。転送して無視するのも良い