To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=42105 Issue #:|42105 Summary:|Patch to enable RTF filter handle local language |files Component:|Word processor Version:|680m75 Platform:|All URL:| OS/Version:|All Status:|UNCONFIRMED Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|open-import Assigned to:|mru Reported by:|tono
------- Additional comments from [EMAIL PROTECTED] Fri Feb 4 22:06:07 -0800 2005 ------- Microsoft Word 7/8 Japanese version exports RTF with local encoding, not unicode and saves style names in English standard names. After the fix of my issue #20264, Ooo writer does the same now. However, Ooo cannot import double byte local language encoded RTF correctly. Therefore, Ooo cannot import RTF generated by itself if it includes double byte characters! The major problem is a side-effect with the fix for the issue #35653. The filter only encodes one hexadecimal expression at a time and cannot handle double byte characters. The "inner loop" should be revived. And English style names should be translated to local names used in writer. Additionally, the RTF tag \hich seems to be used to switch symbol fonts and it may be better to handle it in a different way. I am postig a patch. --------------------------------------------------------------------- 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]
