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/05/08 14:22:27 UTC

DO NOT REPLY [Bug 18846] - [PATCH][RFE]Refactor the transformation between byte array and String object

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

[PATCH][RFE]Refactor the transformation between byte array and String object

kamoshida.toshiaki@future.co.jp changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[RFE]Refactor the           |[PATCH][RFE]Refactor the
                   |transformation between byte |transformation between byte
                   |array and String object     |array and String object



------- Additional Comments From kamoshida.toshiaki@future.co.jp  2003-05-08 12:22 -------
I submitted a PATCH.
Because it is only a refactor,so there is no any new testcases.
Plz check and eval it.

Line feeds in StringUtil has broken now,so I fixed it with this works.