0
我有我手動輸入到WordPress的職位表中下面的文字編碼問題,WordPress的
‚
我編碼成UTF-8使用:
$text = "‚";
$enc = mb_detect_encoding($text, "UTF-8,ISO-8859-1");
$hotelDescription = iconv($enc, "UTF-8", $text);
然而,當wordpress回聲它它顯示
‚
任何想法誰可以輸出正確的字符?
[字符編碼](http:// gedcom -parse.sourceforge.net/doc/encoding.html)和[html實體](http://www.w3.org/TR/html4/sgml/entities.html) – Vatev 2012-07-28 00:13:42