Author: markt
Date: Fri Oct 24 17:51:32 2014
New Revision: 1634105
URL: http://svn.apache.org/r1634105
Log:
UTF-8-ify the Javadoc
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1634105&r1=1634104&r2=1634105&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Fri Oct 24 17:51:32 2014
@@ -1874,7 +1874,9 @@ Apache Tomcat ${version} native binaries
doctitle="Servlet 3.1 API - Apache Tomcat ${version}"
header="<b>Servlet 3.1 - Apache Tomcat ${version}</b>"
bottom="Copyright &#169; 2000-${year} Apache Software Foundation.
All Rights Reserved."
- encoding="ISO-8859-1"
+ encoding="UTF-8"
+ docencoding="UTF-8"
+ charset="UTF-8"
additionalparam="-breakiterator -notimestamp"
maxmemory="256m" >
<classpath>
@@ -1891,7 +1893,9 @@ Apache Tomcat ${version} native binaries
doctitle="JSP 2.3 API - Apache Tomcat ${version}"
header="<b>JSP 2.3 - Apache Tomcat ${version}</b>"
bottom="Copyright &#169; 2000-${year} Apache Software Foundation.
All Rights Reserved."
- encoding="ISO-8859-1"
+ encoding="UTF-8"
+ docencoding="UTF-8"
+ charset="UTF-8"
additionalparam="-breakiterator -notimestamp"
maxmemory="256m" >
<classpath>
@@ -1908,7 +1912,9 @@ Apache Tomcat ${version} native binaries
doctitle="EL 3.0 API - Apache Tomcat ${version}"
header="<b>EL 3.0 - Apache Tomcat ${version}</b>"
bottom="Copyright &#169; 2000-${year} Apache Software Foundation.
All Rights Reserved."
- encoding="ISO-8859-1"
+ encoding="UTF-8"
+ docencoding="UTF-8"
+ charset="UTF-8"
additionalparam="-breakiterator -notimestamp"
maxmemory="256m" >
<classpath>
@@ -1925,7 +1931,9 @@ Apache Tomcat ${version} native binaries
doctitle="WebSocket 1.1 API - Apache Tomcat ${version}"
header="<b>WebSocket 1.1 - Apache Tomcat ${version}</b>"
bottom="Copyright &#169; 2000-${year} Apache Software Foundation.
All Rights Reserved."
- encoding="ISO-8859-1"
+ encoding="UTF-8"
+ docencoding="UTF-8"
+ charset="UTF-8"
additionalparam="-breakiterator -notimestamp"
maxmemory="256m" >
<classpath>
@@ -1941,7 +1949,9 @@ Apache Tomcat ${version} native binaries
doctitle="Apache Tomcat ${version} API"
header="<b>Apache Tomcat ${version}</b>"
bottom="Copyright &#169; 2000-${year} Apache Software Foundation.
All Rights Reserved."
- encoding="ISO-8859-1"
+ encoding="UTF-8"
+ docencoding="UTF-8"
+ charset="UTF-8"
additionalparam="-breakiterator -notimestamp"
maxmemory="256m" >
<classpath>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]