]> source.dussan.org Git - poi.git/commit
Fix bug #49273 - Correct handling for Font Character Sets with indicies greater than 127
authorNick Burch <nick@apache.org>
Tue, 25 May 2010 16:25:34 +0000 (16:25 +0000)
committerNick Burch <nick@apache.org>
Tue, 25 May 2010 16:25:34 +0000 (16:25 +0000)
commitd8f85ad2ebe0e7085bf8e89fcee16045b6e26f98
tree5316eaa73d56258316142601323d30b38188ad05
parent87891450ba80a8c737257d3c0e73dd2fc970593e
Fix bug #49273 - Correct handling for Font Character Sets with indicies greater than 127

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948089 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/hssf/usermodel/HSSFFont.java
src/java/org/apache/poi/ss/usermodel/Font.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFFont.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFFont.java
test-data/spreadsheet/49273.xlsx [new file with mode: 0644]