Author: mbenson Date: Thu May 10 15:28:38 2007 New Revision: 537020 URL: http://svn.apache.org/viewvc?view=rev&rev=537020 Log: whatsnew wrt string encoding
Modified: ant/core/trunk/WHATSNEW Modified: ant/core/trunk/WHATSNEW URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?view=diff&rev=537020&r1=537019&r2=537020 ============================================================================== --- ant/core/trunk/WHATSNEW (original) +++ ant/core/trunk/WHATSNEW Thu May 10 15:28:38 2007 @@ -8,6 +8,11 @@ <string> resources being expanded more than once, it no longer happens. Bugzilla report 42277. +* A String resource's encoding attribute was only taken into account when + set from the resource's OutputStream; the InputStream provided the String's + binary content according to the platform's default encoding. Behavior has + been modified to encode outgoing (InputStream) content as well as encoding + incoming (OutputStream) content. Fixed bugs: ----------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]