<tag>
Алекс М
</tag>
When I try to get the content of the following code using DOMDocument functions, it returns something like:
DD?DμDo? D?
I've tried setting DOMDocument encoding to different values (UTF-8, ISO-8859-1), using mb_convert_encoding, iconv and utf8_encode but without success.
How can I get "Алекс М" instead of "DD?DμDo? D?" ?
EDIT: The input is coming from a page loaded with curl. When I output the page content to my browser, the characters are displayed correctly (so I doubt the input is the problem).
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…