Issue 33074 - export to word95/6 for non ascii languages broken since march
Summary: export to word95/6 for non ascii languages broken since march
Status: CLOSED FIXED
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: 680m50
Hardware: All All
: P2 Trivial (vote)
Target Milestone: ---
Assignee: michael.ruess
QA Contact: issues@sw
URL:
Keywords:
: 34737 (view as issue list)
Depends on:
Blocks:
 
Reported: 2004-08-17 10:03 UTC by caolanm
Modified: 2013-08-07 14:41 UTC (History)
1 user (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
the fix (2.48 KB, patch)
2004-08-17 10:04 UTC, caolanm
no flags Details | Diff
demo .sxw to export to word95 (4.99 KB, application/vnd.sun.xml.writer)
2004-08-17 10:04 UTC, caolanm
no flags Details
If theres a need to backport to 1.1.X, heres the patch for that. (19.16 KB, patch)
2004-08-19 11:16 UTC, caolanm
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description caolanm 2004-08-17 10:03:54 UTC
export to word95/6 for non ascii languages broken since march. I used
unicode.hxx from i18nutil to categorize the unicode characters into the matching
8bit windows codepages in order to export to the non-unicode word95/6 format. In
march a new field was added to the struct, but the word usage of the method
wasn't updated, but remained valid but incorrect code always returning "unknown"
for the range. The patch attached fixes the matter, the following patch is an
example .sxw to export to word95 .doc to demo the problem and fix
Comment 1 caolanm 2004-08-17 10:04:21 UTC
Created attachment 17177 [details]
the fix
Comment 2 caolanm 2004-08-17 10:04:52 UTC
Created attachment 17178 [details]
demo .sxw to export to word95
Comment 3 caolanm 2004-08-17 10:06:42 UTC
cmc->mmaher: I cocked this up, but on the bright side heres the fix. Can you
commit it to one of your workspaces to fast-track the fix.
Comment 4 martin_maher 2004-08-18 14:07:28 UTC
mmaher: fixed in adare
Comment 5 caolanm 2004-08-19 11:16:48 UTC
Created attachment 17229 [details]
If theres a need to backport to 1.1.X, heres the patch for that.
Comment 6 martin_maher 2004-10-19 15:41:19 UTC
reopen to reassign
Comment 7 martin_maher 2004-10-19 15:41:55 UTC
reassigning to mru
Comment 8 martin_maher 2004-10-19 15:54:17 UTC
Fixed in adare
Comment 9 michael.ruess 2004-10-22 12:02:41 UTC
Verified in CWS adarefilterteam27.
Comment 10 michael.ruess 2004-10-22 14:19:13 UTC
*** Issue 34737 has been marked as a duplicate of this issue. ***
Comment 11 michael.ruess 2004-11-05 13:36:15 UTC
Checked integration in 680m60.