From 28a34c7ee4cd102d27b1bc4f2beb6858e33c111a Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Thu, 10 May 2007 22:28:38 +0000 Subject: [PATCH] whatsnew wrt string encoding git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@537020 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index c383573f7..85b0cd29c 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -8,6 +8,11 @@ Changes that could break older environments: 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: -----------