mirror of https://github.com/apache/poi.git
- Support for SJIS encoding added.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353554 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1594a6862f
commit
8c73d59a91
|
@ -279,6 +279,8 @@ public class VariantSupport extends Variant
|
|||
("Codepage number may not be " + codepage);
|
||||
switch (codepage)
|
||||
{
|
||||
case 932:
|
||||
return "SJIS";
|
||||
case 1200:
|
||||
return "UTF-16";
|
||||
case 65001:
|
||||
|
|
Loading…
Reference in New Issue