Oops - small bug fixed.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353462 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rainer Klute 2003-12-03 20:31:57 +00:00
parent a914cfc17c
commit 457091b4f9
1 changed files with 2 additions and 1 deletions

View File

@ -472,7 +472,8 @@ public class TestWrite extends TestCase
check(Variant.VT_LPSTR, "äöüÄÖ", codepage);
check(Variant.VT_LPSTR, "äöüÄÖÜ", codepage);
check(Variant.VT_LPSTR, "äöüÄÖÜß", codepage);
check(Variant.VT_LPSTR, "\u79D1\u5B78", codepage);
if (codepage == 1200 || codepage == 65001)
check(Variant.VT_LPSTR, "\u79D1\u5B78", codepage);
}
catch (Exception ex)
{