Bug 53943 - [PATCH] added method processSymbol() to allow converting word symbols
Summary: [PATCH] added method processSymbol() to allow converting word symbols
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HWPF (show other bugs)
Version: 3.8-FINAL
Hardware: PC All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-27 21:26 UTC by Josh Holthaus
Modified: 2012-10-12 13:12 UTC (History)
0 users



Attachments
proposed patch (1.17 KB, text/plain)
2012-09-27 21:26 UTC, Josh Holthaus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Josh Holthaus 2012-09-27 21:26:33 UTC
Created attachment 29427 [details]
proposed patch

There is currently no conversions for Word Symbols. This patch allows any converter to override the processSymbol() method and convert the symbols as needed. For example changing the pi symbol to "π" for html conversion.
Comment 1 Yegor Kozlov 2012-10-12 13:12:07 UTC
Thanks for the patch, applied in r1397554

Yegor