diff options
Diffstat (limited to 'pcr/java-commons-httpclient/commons-httpclient-utf8_encoding.patch')
-rw-r--r-- | pcr/java-commons-httpclient/commons-httpclient-utf8_encoding.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/pcr/java-commons-httpclient/commons-httpclient-utf8_encoding.patch b/pcr/java-commons-httpclient/commons-httpclient-utf8_encoding.patch new file mode 100644 index 000000000..a586b6b6e --- /dev/null +++ b/pcr/java-commons-httpclient/commons-httpclient-utf8_encoding.patch @@ -0,0 +1,21 @@ +--- commons-httpclient-3.1.orig/build.xml 2007-08-18 04:02:14.000000000 -0500 ++++ commons-httpclient-3.1/build.xml 2015-09-15 22:34:20.497911699 -0500 +@@ -181,14 +181,16 @@ + destdir ="${build.home}/classes" + debug ="${compile.debug}" + deprecation ="${compile.deprecation}" +- optimize ="${compile.optimize}"> ++ optimize ="${compile.optimize}" ++ encoding="iso-8859-1"> + <classpath refid="compile.classpath"/> + </javac> + <javac srcdir ="${source.home}/examples" + destdir ="${build.home}/examples" + debug ="${compile.debug}" + deprecation ="${compile.deprecation}" +- optimize ="${compile.optimize}"> ++ optimize ="${compile.optimize}" ++ encoding="iso-8859-1"> + <classpath refid="compile.classpath"/> + </javac> + </target> |