DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14733>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14733

HSSFHeader and HSSFFooter doesnot support for my native language





------- Additional Comments From [EMAIL PROTECTED]  2002-11-27 06:08 
-------
Hello,
I'm Japanese programmer(sorry I can't write english well,so I may make 
incorrect expressions…)working with this useful library.
Thank you for your good effort.

I found the reason of the bug in library's source code.

org.apache.poi.hssf.record.HeaderRecord and 
org.apache.poi.hssf.record.FooterRecord, as concrete record classes of thease 
Objects,Excel sheet's header and footer, are not support String having some 
multibyte characters.In thease classes,String value is always compressed and
lost high byte of Unicode character.

And I found, because of same reason,
org.apache.poi.hssf.record.BoundSheetRecord is not support multibyte String,
so I can't use multibyte String to Excel sheet's name.

Now I'm using library that I fixed thease problems in my local environments.
Please fix thease classes in your repository.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to