Bug 273775 - DBCS3.5: BIRT Viewer fails to convert JIS X 0213 characters when exporting as a DOC file.
Summary: DBCS3.5: BIRT Viewer fails to convert JIS X 0213 characters when exporting as...
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 2.5.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: Future   Edit
Assignee: JingwenShen CLA
QA Contact:
URL:
Whiteboard:
Keywords: plan
Depends on:
Blocks:
 
Reported: 2009-04-27 02:59 EDT by Masaihko Maedera CLA
Modified: 2010-05-12 21:15 EDT (History)
7 users (show)

See Also:


Attachments
Eclipse BIRT Project. (3.96 KB, application/x-zip-compressed)
2009-04-27 02:59 EDT, Masaihko Maedera CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masaihko Maedera CLA 2009-04-27 02:59:57 EDT
Created attachment 133296 [details]
Eclipse BIRT Project.

Build ID: I20090416-1053

Steps To Reproduce:
1.Set up Eclipse and BIRT feature.
2.Import the attached project as "birt_doc_exporter_test.zip".
3.Changer the perspective into Report Design if necessary.
4.Open dbcs.rptdesign with Report Editor.
5.Click [Run] > [View Report] > [In Web Browser].
6.Click [Export report] in the tool bar of BIRT Report Viewer.
7.Select Word as Export Format, then save it.
8.Or open "dbcs.doc" in the birt_doc_exporter_test project.
9.U+309A:a combining character, U+2000B:an Ext-B ideograph fail to be converted as '?'.
10.Or review and compare the U+XXXX parts in both XML files, dbcs.rptdesign and dbcs.doc. 



More information:
OS: Microsoft Windows XP, SP3
JRE: IBM JDK 1.6.0
Comment 1 Masaihko Maedera CLA 2009-04-27 03:03:03 EDT
Modified the typo of the summary.
Comment 2 Wei Yan CLA 2009-08-17 01:57:22 EDT
'?' has been resolved. The user can change the font manually to display the missing characters in the document. 

Defer to 2.6.0 to support Ext-B in DOC.
Comment 3 Wei Yan CLA 2010-05-12 03:31:05 EDT
To support Ext-B character, we need first support CMAP format 8, 10, 12, 13, 14 in truetype fonts, see: http://www.microsoft.com/typography/otspec/cmap.htm

defer to future to see if iText support them.
Comment 4 Wenfeng Li CLA 2010-05-12 21:15:03 EDT
(In reply to comment #3)
> To support Ext-B character, we need first support CMAP format 8, 10, 12, 13, 14
> in truetype fonts, see: http://www.microsoft.com/typography/otspec/cmap.htm
> defer to future to see if iText support them.

DO we have to use iText? is there other solution?