To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=52786
------- Additional comments from [EMAIL PROTECTED] Thu Aug 4 01:31:06 -0700
2005 -------
If you patch libsw with this (WARNING: this is INCORRECT fix, it only
demonstrates where the problem is):
diff -ur sw.orig/source/filter/ww8/ww8par.cxx sw/source/filter/ww8/ww8par.cxx
--- sw.orig/source/filter/ww8/ww8par.cxx 2005-08-04 10:44:04.000000000
+0200
+++ sw/source/filter/ww8/ww8par.cxx 2005-08-04 10:51:20.000000000 +0200
@@ -2534,7 +2534,7 @@
rtl_TextToUnicodeConverter hConverter = 0;
if (!bIsUnicode || bVer67)
- hConverter = rtl_createTextToUnicodeConverter(eSrcCharSet);
+ hConverter =
rtl_createTextToUnicodeConverter(RTL_TEXTENCODING_MS_1250);
// read the stream data
BYTE nBCode;
it is OK. Can this help you providing proper fix?
cmc: can you help here?
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]