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
a914cfc17c
commit
457091b4f9
@ -472,6 +472,7 @@ public class TestWrite extends TestCase
|
||||
check(Variant.VT_LPSTR, "äöüÄÖ", codepage);
|
||||
check(Variant.VT_LPSTR, "äöüÄÖÜ", codepage);
|
||||
check(Variant.VT_LPSTR, "äöüÄÖÜß", codepage);
|
||||
if (codepage == 1200 || codepage == 65001)
|
||||
check(Variant.VT_LPSTR, "\u79D1\u5B78", codepage);
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
Loading…
Reference in New Issue
Block a user