Browse Source

whatsnew wrt string encoding

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@537020 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 18 years ago
parent
commit
28a34c7ee4
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      WHATSNEW

+ 5
- 0
WHATSNEW View File

@@ -8,6 +8,11 @@ Changes that could break older environments:
<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:
-----------


Loading…
Cancel
Save