Based on my trials and Tetsuya's email i have changed this to use getFromUnicodeLE

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353357 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason Height 2003-09-18 03:44:56 +00:00
parent e418e8688e
commit f45313717f
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ public class LabelRecord
if (field_4_string_len > 0) {
if (isUnCompressedUnicode())
{
field_6_value = StringUtil.getFromUnicodeBE(data, 9 + offset,
field_6_value = StringUtil.getFromUnicodeLE(data, 9 + offset,
field_4_string_len);
}
else