It seems this patch has never been committed. It's about the
rtf import which reset iconv for multibyte characters.
--
Best regard
hashao
Index: ie_imp_RTF.cpp
===================================================================
RCS file: /cvsroot/abi/src/wp/impexp/xp/ie_imp_RTF.cpp,v
retrieving revision 1.75
diff -u -r1.75 ie_imp_RTF.cpp
--- ie_imp_RTF.cpp 2001/06/19 02:57:41 1.75
+++ ie_imp_RTF.cpp 2001/06/23 05:49:26
@@ -873,8 +873,6 @@
// TODO Doesn't handle multibyte encodings
(CJK)
if (m_mbtowc.mbtowc(wc,(UT_Byte)ch))
return AddChar(wc);
- else
- m_mbtowc.initialize();
} else
return AddChar(ch);
}