mirror of https://github.com/apache/poi.git
add data type to UTF_16LE
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765529 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2b10e019ad
commit
8d279d1f92
|
@ -55,7 +55,7 @@ public class VBAMacroReader implements Closeable {
|
||||||
protected static final String VBA_PROJECT_OOXML = "vbaProject.bin";
|
protected static final String VBA_PROJECT_OOXML = "vbaProject.bin";
|
||||||
protected static final String VBA_PROJECT_POIFS = "VBA";
|
protected static final String VBA_PROJECT_POIFS = "VBA";
|
||||||
// FIXME: When minimum supported version is Java 7, replace with java.nio.charset.StandardCharsets.UTF_16LE
|
// FIXME: When minimum supported version is Java 7, replace with java.nio.charset.StandardCharsets.UTF_16LE
|
||||||
private static final UTF_16LE = Charset.forName("UTF-16LE");
|
private static final Charset UTF_16LE = Charset.forName("UTF-16LE");
|
||||||
|
|
||||||
private NPOIFSFileSystem fs;
|
private NPOIFSFileSystem fs;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue