jre 1.4.2_12 + java excel api problem.

I got problem when i write a program to read chinese excel sheet with jre 1.4.2_12, chinese will encoding incorrect in java, but when I change jre version to jre 1.4.2_10 or jre 1.5.0 update 7 , everything s ok . any solution? p.s. jexcelapi 2.5.8
[261 byte] By [vencenta] at [2007-10-3 0:44:40]
# 1

> I got problem when i write a program to read chinese

> excel sheet with jre 1.4.2_12, chinese will encoding

> incorrect in java, but when I change jre version to

> jre 1.4.2_10 or jre 1.5.0 update 7 , everything s ok

> . any solution?

> p.s. jexcelapi 2.5.8

Hi Vencent,

I am also seeing encoding problems with 1.4.2_12 and havent been able to find a solution. Did you find a solution to your problem? If so I'd appreciate it if you could post it.

Thanks,

Declan.

declanfa at 2007-7-14 17:39:14 > top of Java-index,Desktop,Runtime Environment...
# 2
Just a follow up. I found the problem. JExcel was using "UnicodeLittle" in its source. When I changed this to "UTF-16LE" and rebuilt the jars it worked for me.
declanfa at 2007-7-14 17:39:14 > top of Java-index,Desktop,Runtime Environment...