Author: kpreisser Date: Sun Oct 6 21:25:27 2013 New Revision: 1529694 URL: http://svn.apache.org/r1529694 Log: Convert XML file with "ISO-8859-1" encoding to the XML-default encoding "UTF-8".
Modified: tomcat/site/trunk/xdocs/stylesheets/project.xml Modified: tomcat/site/trunk/xdocs/stylesheets/project.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/stylesheets/project.xml?rev=1529694&r1=1529693&r2=1529694&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/stylesheets/project.xml (original) +++ tomcat/site/trunk/xdocs/stylesheets/project.xml Sun Oct 6 21:25:27 2013 @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?xml version="1.0" encoding="UTF-8"?> <project name="The Apache Tomcat Project" href="http://tomcat.apache.org/"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org