问题
I want to detect encoding correct, but i found mb_detect_encoding always get error result, And I added lots of encoding_list UTF8 ISO-8859-* ....
回答1:
You are trying to do something that only sometimes works. Encoding detection is not a exact "science" so the best thing you can do is to avoid it.
来源:https://stackoverflow.com/questions/1846201/how-to-detact-the-encoding-using-mb-detect-encoding-correct