https://issues.apache.org/bugzilla/show_bug.cgi?id=51572
Bug #: 51572
Summary: ISO-8859-15 support in StringUtils
Product: POI
Version: 3.6
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: major
Priority: P2
Component: POI Overall
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
Created attachment 27326
--> https://issues.apache.org/bugzilla/attachment.cgi?id=27326
Test case
Hi all,
I'm facing a problem opening a .XLS file (saved in excel 97-2003 format by
Excel 2007) with euro characters.
It prints a "?" (question mark) instead of the euro char "€".
Googling over, I found that a comment of Douglas Atique at
https://issues.apache.org/bugzilla/show_bug.cgi?id=30319#c10 pointed out at
org.apache.poi.util.StringUtil.java .
It's code shows clearly that it uses ISO-8859-1 instead of the newer
ISO-8859-15.
I think that it would be better to use the new coding.
More info:
* http://en.wikipedia.org/wiki/ISO/IEC_8859-15
Thanks,
Alejandro.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]