Bug 55001

Summary: [PATCH] TextShape.getTextRun() fails to include unicode text
Product: POI Reporter: virtuald <dustin>
Component: HSLFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: major    
Priority: P2    
Version: 3.10-dev   
Target Milestone: ---   
Hardware: PC   
OS: All   
Attachments: Simple patch to allow extraction of unicode text from TextShapes

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.