You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2004/02/01 07:31:11 UTC

DO NOT REPLY [Bug 24765] - The current code assumes the platforms default encoding is iso-8859-1

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

The current code assumes the platforms default encoding is iso-8859-1

martinc@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From martinc@apache.org  2004-02-01 06:31 -------
The problem is better described in bug #26194. In addition, the fixes in this 
bug report will not work, for two reasons. One, getCharacterEncoding() returns 
null more often than not, which won't help anything. Two, the byte constants 
used in FileUpload are exactly that - byte values. There is no purpose in going 
through hoops to create strings and then get the bytes when the MIME spec 
defines the byte values in the first place.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org