Can php convert strings with all charset encodes to utf8?
Işleri yok Çözümleri:
utf8_encode($string)
- ama onun sadece UTF-8 için ISO-8859-1 dize kodlar?iconv($incharset, $outcharset,$text)
- but how can be find string current encodding? (only can be if string part of html dom document, not just string)
teşekkürler