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

http://issues.apache.org/bugzilla/show_bug.cgi?id=33604





------- Additional Comments From [EMAIL PROTECTED]  2005-04-15 21:19 -------
What is the platforms default characterset? (according to java)

It seems that the bytes comprising the class are first translated into a String
using the default charset (unless specified otherwise) and that that String is
translated back into the bytes comprising the class (always using the default
character set). With certain encoding schemes this will most likely fail at some
point, as either the bytes obtained from the string do not match the bytes in
the file, or the file contains a sequence of characters that will trigger an
IOException because the bytes do not form legal characters and can therefore not
be read into a String.



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to