尝试使用 Twitter 搜索 API。当我调用utf8_decode
重新发布的推文时,我得到语音标记/引号显示为问号......
代码:
$output .= '
<div class="leftcoltweet">
<div class="timg">
<a href="' . $account . '" target="_blank"><img src="' . $image .'"></a>
</div>
<div class="ttweet">
' . utf8_decode($tweet) . '
</div>
<div class="clr"></div>
<div class="ttime">' . $time . '</div>
<div class="clr"></div>
</div>
';
输出:
RT @IVAOAERO: ?@FilipJonckers: We are aware of and working on a fix for the ATIS issue introduced after last nights network upgrade http://t.co/6FODzr0Y?
所有其他符号均正确显示。
我必须设置要使用的语言吗?如果您想知道我所做的原子查询或其他任何事情,请告诉我。