I got RTF file created via Crystal Reports but text looks like (èìôåï) - it seems to be encoding problem . Is there a way to change encoding ? ( I did not find in font formatting something helpful )

link|improve this question

33% accept rate
feedback

1 Answer

The encoding is probably UTF-8. You can use iconv to convert it to something else such as CP1252.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.