- 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
1235801aba
commit
f1e024a6fc
@ -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
Block a user