You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2003/04/11 12:17:21 UTC

DO NOT REPLY [Bug 18947] New: - Some String values garble on different platforms

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=18947>.
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=18947

Some String values garble on different platforms

           Summary: Some String values garble on different platforms
           Product: POI
           Version: 2.0-dev
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: HSSF
        AssignedTo: poi-dev@jakarta.apache.org
        ReportedBy: kamoshida.toshiaki@future.co.jp


Because Record#fillFields() in some Concrete Record classes,use Constractor of 
java.lang.String with no Encoding Indicator to decode 8bit compressed 
charcter's byte array,so some string values will garble on different 
platforms,depends on the effect of "DEFAULT ENCODING OF RUNTIME".