mirror of https://github.com/apache/poi.git
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:
parent
5ec57813ec
commit
9d8c5c400b
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue