I found this page searching with Google, after I read today the manual of AutoIt.
My question is: there is any chance to take from a DOC file the text with diacritics? I need to take the text from Word Doc files to convert it after in a particular HTML format, but I need also the romanian special characters... I was very hapy when I found this code here, but, when I have for instance the word: "câmp" which in romanian means "field", in the results the word is "cmp".
I tried to use the flag 4 in the function BinaryToString to get UTF8 encoding, but this didn't help me.
Please, any help would be good.
Thanks