I am trying to extract text from a Word.DOC file using PHP. Everything looks fine, but the only problem is something like
СУДОВА БУХГАЛТЕРІЯ
instead of the Russian text. I tried using html_entity_decode and utf8_encode, but they did not help. Is there a simple solution?
Ximik source
share