3

I got MySQL DB which contains UTF8 column with such "ТеÑ" records. PHP's mb_detect_encoding() told me that this is UTF-8. How can I transform this "horror" into something readable?

Thank you

4

2 に答える 2

9
于 2010-07-07T13:47:11.267 に答える
1

UTF8 エンコーディングを指定してページに出力します。ブラウザはそれを読み取り可能な形式で表示します。

于 2010-07-07T13:42:34.447 に答える