Re: hpsf.basic.TestWrite failures

2004-09-19 Thread Rainer Klute
On Sun, 2004-09-12 at 09:32, Avik Sengupta wrote: > The testVariantTypes test in org.apache.poi.hpsf.basic.TestWrite fail if > the local environment is set to UTF8, but passes if env is ISO-8859-1. In > particular, the failures start at : > check(Variant.VT_LPSTR, >"\u00e4",

Re: hpsf.basic.TestWrite failures

2004-09-11 Thread Rainer Klute
On Sun, 2004-09-12 at 09:32, Avik Sengupta wrote: > The testVariantTypes test in org.apache.poi.hpsf.basic.TestWrite fail if > the local environment is set to UTF8, but passes if env is ISO-8859-1. In > particular, the failures start at : > check(Variant.VT_LPSTR, >"\u00e4",

hpsf.basic.TestWrite failures

2004-09-11 Thread Avik Sengupta
The testVariantTypes test in org.apache.poi.hpsf.basic.TestWrite fail if the local environment is set to UTF8, but passes if env is ISO-8859-1. In particular, the failures start at : check(Variant.VT_LPSTR, "\u00e4", codepage); Any ideas? - Avik