From 6e56b07c80bfc06be06f9a12c43c4b17877c1d50 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Wed, 6 Dec 2006 20:06:33 +0000 Subject: [PATCH] s/ISO-8879-1/ISO-8859-1/ git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@483206 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WHATSNEW b/WHATSNEW index 2669c9052..9fd0fadc8 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -120,7 +120,7 @@ Changes that could break older environments: * Removed launcher classes from nodeps jar. -* filter reader uses ISO-8879-1 encoding to read +* filter reader uses ISO-8859-1 encoding to read the java class file. Bugzilla report 33604. * Defer reference process. Bugzilla 36955, 34458, 37688.