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:
parent
e418e8688e
commit
f45313717f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user