- 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:
Rainer Klute 2004-06-02 19:37:27 +00:00
parent 1235801aba
commit f1e024a6fc
1 changed files with 2 additions and 0 deletions

View File

@ -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: