I'm trying to convert a HTML-document encoding utf8 to ODT document with the following command:

abiword-t odt 1.html - exp-props = "encoding: utf8"

But the output document have a problem with Cyrillic characters. How solve this problem?

link|improve this question

75% accept rate
I solve this problem. Incoming html l document must have charset meta tag: <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> – user1081056 Dec 7 '11 at 10:40
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.