http://bugzilla.novell.com/show_bug.cgi?id=537353 User jnieuwenhuizen@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=537353#c7 Jan Nieuwenhuizen <jnieuwenhuizen@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |CLOSED Resolution| |INVALID --- Comment #7 from Jan Nieuwenhuizen <jnieuwenhuizen@novell.com> 2009-09-10 05:44:33 MDT --- Thanks for attaching your .rtf file, this explains a lot. When I open it with mso-word, it shows the same garbled text as [your screenshot with] oowriter. I'm attaching a screenshot. When you look at the first line of the .rtf, you can see that it selects code page 0 {\rtf1\ansi\ansicpg0 so, the exporting software you are using is broken, it uses a deprecated version of .rtf (with code pages instead of unicode, but failing to select the correct code page) and you get what you ask for. When I change this to select code page 1251 (Cyrillic) {\rtf1\ansi\ansicpg1251 it displays fine (in oowriter as well as in mso-word), see attached file. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.