You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kp...@apache.org on 2013/10/15 18:41:47 UTC

svn commit: r1532421 - /tomcat/trunk/build.xml

Author: kpreisser
Date: Tue Oct 15 16:41:47 2013
New Revision: 1532421

URL: http://svn.apache.org/r1532421
Log:
All webapps/docs/*.html files are in UTF-8, as well as webapps/ROOT/index.jsp and res/welcome.*.html.

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1532421&r1=1532420&r2=1532421&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Tue Oct 15 16:41:47 2013
@@ -815,7 +815,7 @@
         <exclude name="docs/architecture/*.xml"/>
       </fileset>
     </copy>
-    <copy todir="${tomcat.build}/webapps" encoding="ISO-8859-1">
+    <copy todir="${tomcat.build}/webapps" encoding="UTF-8">
       <filterset refid="version.filters"/>
       <fileset dir="webapps">
         <include name="docs/**/*.html"/>
@@ -979,7 +979,7 @@
         <include name="host-manager/**"/>
       </fileset>
     </copy>
-    <copy todir="${tomcat.build}/webapps" encoding="ISO-8859-1">
+    <copy todir="${tomcat.build}/webapps" encoding="UTF-8">
       <filterset refid="version.filters" />
       <fileset dir="webapps">
         <include name="ROOT/index.jsp"/>
@@ -1942,12 +1942,12 @@ Apache Tomcat ${version} native binaries
     </copy>
     <copy file="res/welcome.main.html"
         tofile="${tomcat.release}/v${version}/README.html"
-        encoding="ISO-8859-1">
+        encoding="UTF-8">
       <filterset refid="version.filters"/>
     </copy>
     <copy file="res/welcome.bin.html"
         tofile="${tomcat.release}/v${version}/bin/README.html"
-        encoding="ISO-8859-1">
+        encoding="UTF-8">
       <filterset refid="version.filters"/>
     </copy>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org