Hi Ian, > I have written some Java code very much like the HPSF example on the HPSF > HOW-TO <http://poi.apache.org/hpsf/how-to.html> page which reads Microsoft > Office document property (or metadata) information. This code works fine > for documents that have been saved with English versions of Microsoft > Office. However, when I try to use it with a Microsoft document that is > saved with a Chinese version, the code fails. I get an exception and the > only message is "GBK". I assume that this is referring to the character > set.
You do have all the Java locale data installed? The Windows JRE doesn't do this by default and this has tripped me up in the past. HTH Martin Filtered by 3BClean from http://www.3bview.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
