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.
ユニコードを含むTwitter投稿をレンダリングしようとしています(明らかにiphoneで生成されます)これは、ステータスへの直接API呼び出しです: https ://api.twitter.com/1/statuses/show.json?id = 199169641627660288&include_entities = 0 11:11とスマイリーが含まれています。
PHPで正しくレンダリングできないのですが、何が欠けていますか?疑問符が2つあります。
<?php header('Content-Type: text/html; charset=utf-8'); ?>
これを上部のファイルに書き込んでください。