You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2007/05/11 00:28:41 UTC

svn commit: r537020 - /ant/core/trunk/WHATSNEW

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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org