diff -urN oo_1.0.1_src.orig/sw/source/filter/rtf/wrtrtf.cxx oo_1.0.1_src/sw/source/filter/rtf/wrtrtf.cxx --- oo_1.0.1_src.orig/sw/source/filter/rtf/wrtrtf.cxx Sun Sep 22 00:44:16 2002 +++ oo_1.0.1_src/sw/source/filter/rtf/wrtrtf.cxx Sun Sep 22 00:51:21 2002 @@ -874,6 +874,8 @@ rtl_TextEncoding eChrSet = rFont.GetCharSet(); if( RTL_TEXTENCODING_DONTKNOW != eChrSet ) nChSet = rtl_getBestWindowsCharsetFromTextEncoding( eChrSet ); + // PJ: Eastern European místo ANSI + if (nChSet == 0) nChSet=238; rWrt.Strm() << sRTF_FCHARSET; rWrt.OutULong( nChSet );