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=40215>. 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=40215 ------- Additional Comments From [EMAIL PROTECTED] 2006-08-09 06:13 ------- Created an attachment (id=18693) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=18693&action=view) Base64.decode(String) is not working when is used in not ascii platform The binary representation of a Byte64 is independent of the platform for this reason if not possible to use String.getBytes(), we must use something like Strign.getBytes("ASCII") or String.getBytes("ISO-8859-1"). By example in EBCDIC platform the actual code is not working properly until this patch is aply. -- 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.
