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: -----------