Bug 55001 - [PATCH] TextShape.getTextRun() fails to include unicode text
Summary: [PATCH] TextShape.getTextRun() fails to include unicode text
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSLF (show other bugs)
Version: 3.10-dev
Hardware: PC All
: P2 major (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-22 04:04 UTC by virtuald
Modified: 2013-05-31 17:30 UTC (History)
0 users



Attachments
Simple patch to allow extraction of unicode text from TextShapes (1.32 KB, patch)
2013-05-22 04:04 UTC, virtuald
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description virtuald 2013-05-22 04:04:09 UTC
Created attachment 30308 [details]
Simple patch to allow extraction of unicode text from TextShapes

It scans for TextBytesAtom, but does not look for TextCharsAtom. This very simple patch remedies this.
Comment 1 Nick Burch 2013-05-31 17:30:49 UTC
Thanks, slightly tweaked version applied in r1488329.