This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git

commit b9e035d4fa6728dced13bcae449970075196b8fc
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Sep 6 18:00:07 2023 +0100

    Use UTF-8 consistently
---
 tools/jkrelease.sh                    |   8 +-
 xdocs/ajp/ajpv13a.xml                 |   2 +-
 xdocs/ajp/ajpv13ext.xml               |   2 +-
 xdocs/ajp/project.xml                 |   2 +-
 xdocs/common_howto/loadbalancers.xml  |   2 +-
 xdocs/common_howto/project.xml        |   2 +-
 xdocs/common_howto/proxy.xml          |   2 +-
 xdocs/common_howto/quick.xml          |   2 +-
 xdocs/common_howto/timeouts.xml       |   2 +-
 xdocs/common_howto/workers.xml        |   2 +-
 xdocs/empty.xml                       |   2 +-
 xdocs/index.xml                       |   2 +-
 xdocs/miscellaneous/changelog.xml     |   2 +-
 xdocs/miscellaneous/doccontrib.xml    |   2 +-
 xdocs/miscellaneous/faq.xml           |   2 +-
 xdocs/miscellaneous/jkstatustasks.xml |   2 +-
 xdocs/miscellaneous/project.xml       |   2 +-
 xdocs/miscellaneous/reporttools.xml   |   2 +-
 xdocs/news/20041100.xml               |   2 +-
 xdocs/news/20050101.xml               |   2 +-
 xdocs/news/20060101.xml               |   2 +-
 xdocs/news/20070301.xml               |   2 +-
 xdocs/news/20081001.xml               |   2 +-
 xdocs/news/20090301.xml               |   2 +-
 xdocs/news/20100101.xml               |   2 +-
 xdocs/news/20110701.xml               |   2 +-
 xdocs/news/20120301.xml               |   2 +-
 xdocs/news/20140201.xml               |   2 +-
 xdocs/news/20150101.xml               |   2 +-
 xdocs/news/20160901.xml               |   2 +-
 xdocs/news/20180301.xml               | 144 +++++++++++++++++-----------------
 xdocs/news/20200201.xml               |   2 +-
 xdocs/news/2023.xml                   |   2 +-
 xdocs/news/project.xml                |   2 +-
 xdocs/project.xml                     |   2 +-
 xdocs/reference/apache.xml            |   2 +-
 xdocs/reference/iis.xml               |   2 +-
 xdocs/reference/project.xml           |   2 +-
 xdocs/reference/status.xml            |   2 +-
 xdocs/reference/uriworkermap.xml      |   2 +-
 xdocs/reference/workers.xml           |   2 +-
 xdocs/webserver_howto/apache.xml      |   8 +-
 xdocs/webserver_howto/iis.xml         |   2 +-
 xdocs/webserver_howto/project.xml     |   2 +-
 44 files changed, 121 insertions(+), 121 deletions(-)

diff --git a/tools/jkrelease.sh b/tools/jkrelease.sh
index ebc0845d9..91666b81c 100755
--- a/tools/jkrelease.sh
+++ b/tools/jkrelease.sh
@@ -375,10 +375,10 @@ cd ${JK_DIST}/native
 if [ $txtgen = y ]
 then
 # Check for links, elinks or w3m
-W3MOPTS="-dump -cols 80 -t 4 -S -O iso-8859-1 -T text/html"
-ELNKOPTS="-dump -dump-width 80 -dump-charset iso-8859-1 -no-numbering -no-home 
-no-references"
-LNKOPTS="-dump -width 80 -codepage iso-8859-1 -no-g -html-numbered-links 0"
-LYXOPTS="-dump -width=80 -nolist -nostatus -noprint 
-assume_local_charset=iso-8859-1"
+W3MOPTS="-dump -cols 80 -t 4 -S -O UTF-8 -T text/html"
+ELNKOPTS="-dump -dump-width 80 -dump-charset UTF-8 -no-numbering -no-home 
-no-references"
+LNKOPTS="-dump -width 80 -codepage UTF-8 -no-g -html-numbered-links 0"
+LYXOPTS="-dump -width=80 -nolist -nostatus -noprint 
-assume_local_charset=UTF-8"
 failed=true
 for tool in `echo "w3m elinks links lynx"`
 do
diff --git a/xdocs/ajp/ajpv13a.xml b/xdocs/ajp/ajpv13a.xml
index 714f6384a..3391ca7c2 100644
--- a/xdocs/ajp/ajpv13a.xml
+++ b/xdocs/ajp/ajpv13a.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?> 
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE document [
   <!ENTITY project SYSTEM "project.xml">
 ]>
diff --git a/xdocs/ajp/ajpv13ext.xml b/xdocs/ajp/ajpv13ext.xml
index 8dbb8467a..de29c7798 100644
--- a/xdocs/ajp/ajpv13ext.xml
+++ b/xdocs/ajp/ajpv13ext.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE document [
   <!ENTITY project SYSTEM "project.xml">
 ]>
diff --git a/xdocs/ajp/project.xml b/xdocs/ajp/project.xml
index 77190d7ec..eb34ef1ef 100644
--- a/xdocs/ajp/project.xml
+++ b/xdocs/ajp/project.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/xdocs/common_howto/loadbalancers.xml 
b/xdocs/common_howto/loadbalancers.xml
index fce52a1ea..c12c9d8ff 100644
--- a/xdocs/common_howto/loadbalancers.xml
+++ b/xdocs/common_howto/loadbalancers.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE document [
   <!ENTITY project SYSTEM "project.xml">
 ]>
diff --git a/xdocs/common_howto/project.xml b/xdocs/common_howto/project.xml
index ac8f2bcda..c30dda4e0 100644
--- a/xdocs/common_howto/project.xml
+++ b/xdocs/common_howto/project.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/xdocs/common_howto/proxy.xml b/xdocs/common_howto/proxy.xml
index c0e80b67d..02cd42db3 100644
--- a/xdocs/common_howto/proxy.xml
+++ b/xdocs/common_howto/proxy.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE document [
   <!ENTITY project SYSTEM "project.xml">
 ]>
diff --git a/xdocs/common_howto/quick.xml b/xdocs/common_howto/quick.xml
index 3d5277b24..479069aa8 100644
--- a/xdocs/common_howto/quick.xml
+++ b/xdocs/common_howto/quick.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE document [
   <!ENTITY project SYSTEM "project.xml">
 ]>
diff --git a/xdocs/common_howto/timeouts.xml b/xdocs/common_howto/timeouts.xml
index 1dfd4c03f..658214dc5 100644
--- a/xdocs/common_howto/timeouts.xml
+++ b/xdocs/common_howto/timeouts.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE document [
   <!ENTITY project SYSTEM "project.xml">
 ]>
diff --git a/xdocs/common_howto/workers.xml b/xdocs/common_howto/workers.xml
index fb32792ff..bf9e9059f 100644
--- a/xdocs/common_howto/workers.xml
+++ b/xdocs/common_howto/workers.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE document [
   <!ENTITY project SYSTEM "project.xml">
 ]>
diff --git a/xdocs/empty.xml b/xdocs/empty.xml
index 280d09edb..c3cc6a67a 100644
--- a/xdocs/empty.xml
+++ b/xdocs/empty.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE document [
   <!ENTITY project SYSTEM "project.xml">
 ]>
diff --git a/xdocs/index.xml b/xdocs/index.xml
index 36c3941e1..23ea05c81 100644
--- a/xdocs/index.xml
+++ b/xdocs/index.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/xdocs/miscellaneous/changelog.xml 
b/xdocs/miscellaneous/changelog.xml
index d39bb7c81..6318a837f 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/xdocs/miscellaneous/doccontrib.xml 
b/xdocs/miscellaneous/doccontrib.xml
index 1589ef114..4facb85ba 100644
--- a/xdocs/miscellaneous/doccontrib.xml
+++ b/xdocs/miscellaneous/doccontrib.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE document [
   <!ENTITY project SYSTEM "project.xml">
 ]>
diff --git a/xdocs/miscellaneous/faq.xml b/xdocs/miscellaneous/faq.xml
index b6e55d200..35f2bbfd7 100644
--- a/xdocs/miscellaneous/faq.xml
+++ b/xdocs/miscellaneous/faq.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE document [
   <!ENTITY project SYSTEM "project.xml">
 ]>
diff --git a/xdocs/miscellaneous/jkstatustasks.xml 
b/xdocs/miscellaneous/jkstatustasks.xml
index 1503dcd0b..962b44fde 100644
--- a/xdocs/miscellaneous/jkstatustasks.xml
+++ b/xdocs/miscellaneous/jkstatustasks.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE document [
   <!ENTITY project SYSTEM "project.xml">
 ]>
diff --git a/xdocs/miscellaneous/project.xml b/xdocs/miscellaneous/project.xml
index 913d072c6..4cf843297 100644
--- a/xdocs/miscellaneous/project.xml
+++ b/xdocs/miscellaneous/project.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0"  encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/xdocs/miscellaneous/reporttools.xml 
b/xdocs/miscellaneous/reporttools.xml
index 22470fd13..2a3008c11 100644
--- a/xdocs/miscellaneous/reporttools.xml
+++ b/xdocs/miscellaneous/reporttools.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE document [
   <!ENTITY project SYSTEM "project.xml">
 ]>
diff --git a/xdocs/news/20041100.xml b/xdocs/news/20041100.xml
index 03a4296f9..1d30c84f2 100644
--- a/xdocs/news/20041100.xml
+++ b/xdocs/news/20041100.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/xdocs/news/20050101.xml b/xdocs/news/20050101.xml
index a7fc9eec4..8f4553350 100644
--- a/xdocs/news/20050101.xml
+++ b/xdocs/news/20050101.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/xdocs/news/20060101.xml b/xdocs/news/20060101.xml
index e7f54076d..f01fcafc3 100644
--- a/xdocs/news/20060101.xml
+++ b/xdocs/news/20060101.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/xdocs/news/20070301.xml b/xdocs/news/20070301.xml
index 9083b0180..b3dc8dee3 100644
--- a/xdocs/news/20070301.xml
+++ b/xdocs/news/20070301.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/xdocs/news/20081001.xml b/xdocs/news/20081001.xml
index f622abf4c..0ba4d1949 100644
--- a/xdocs/news/20081001.xml
+++ b/xdocs/news/20081001.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/xdocs/news/20090301.xml b/xdocs/news/20090301.xml
index 815d8f3fc..8894b649c 100644
--- a/xdocs/news/20090301.xml
+++ b/xdocs/news/20090301.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/xdocs/news/20100101.xml b/xdocs/news/20100101.xml
index 3d2f92e5b..a187b8101 100644
--- a/xdocs/news/20100101.xml
+++ b/xdocs/news/20100101.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/xdocs/news/20110701.xml b/xdocs/news/20110701.xml
index deee9eec8..f959ce782 100644
--- a/xdocs/news/20110701.xml
+++ b/xdocs/news/20110701.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/xdocs/news/20120301.xml b/xdocs/news/20120301.xml
index 9ca2cbd68..ec4d89d60 100644
--- a/xdocs/news/20120301.xml
+++ b/xdocs/news/20120301.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/xdocs/news/20140201.xml b/xdocs/news/20140201.xml
index bbf3bacc3..acbf5c580 100644
--- a/xdocs/news/20140201.xml
+++ b/xdocs/news/20140201.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/xdocs/news/20150101.xml b/xdocs/news/20150101.xml
index 469ac2c96..6c4ab714b 100644
--- a/xdocs/news/20150101.xml
+++ b/xdocs/news/20150101.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/xdocs/news/20160901.xml b/xdocs/news/20160901.xml
index 12422c6cd..736252bff 100644
--- a/xdocs/news/20160901.xml
+++ b/xdocs/news/20160901.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/xdocs/news/20180301.xml b/xdocs/news/20180301.xml
index e8c81dda4..31c7a5495 100644
--- a/xdocs/news/20180301.xml
+++ b/xdocs/news/20180301.xml
@@ -1,72 +1,72 @@
-<?xml version="1.0"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-<!DOCTYPE document [
-  <!ENTITY project SYSTEM "project.xml">
-]>
-<document url="20180301.html">
-
-  &project;
-
-  <properties>
-    <author email="dev.AT.tomcat.DOT.apache.DOT.org">Apache Tomcat Connectors 
Project</author>
-    <title>2018 News &amp; Status</title>
-  </properties>
-
-<body>
-
-<section name="2018 News &amp; Status">
-
-<subsection name="13 October - JK-1.2.46 released">
-    <p>The Apache Tomcat team is proud to announce the immediate availability
-       of Tomcat Connectors 1.2.46. This is a maintenance release.</p>
-
-    <p>Please see the <a href="../miscellaneous/changelog.html">ChangeLog</a>
-       for a full list of changes.</p>
-
-    <p>If you find any bugs while using this release, please fill in the
-        <a 
href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%20Connectors";>Bugzilla</a>
-        Bug Report.</p>
-</subsection>
-
-<subsection name="1 September - JK-1.2.44 released">
-    <p>The Apache Tomcat team is proud to announce the immediate availability
-       of Tomcat Connectors 1.2.44. This is a maintenance release.</p>
-
-    <p>Please see the <a href="../miscellaneous/changelog.html">ChangeLog</a>
-       for a full list of changes.</p>
-
-    <p>If you find any bugs while using this release, please fill in the
-        <a 
href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%20Connectors";>Bugzilla</a>
-        Bug Report.</p>
-</subsection>
-
-<subsection name="6 March - JK-1.2.43 released">
-    <p>The Apache Tomcat team is proud to announce the immediate availability
-       of Tomcat Connectors 1.2.43. This is a maintenance release.</p>
-
-    <p>Please see the <a href="../miscellaneous/changelog.html">ChangeLog</a>
-       for a full list of changes.</p>
-
-    <p>If you find any bugs while using this release, please fill in the
-        <a 
href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%20Connectors";>Bugzilla</a>
-        Bug Report.</p>
-</subsection>
-
-</section>
-</body>
-</document>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!DOCTYPE document [
+  <!ENTITY project SYSTEM "project.xml">
+]>
+<document url="20180301.html">
+
+  &project;
+
+  <properties>
+    <author email="dev.AT.tomcat.DOT.apache.DOT.org">Apache Tomcat Connectors 
Project</author>
+    <title>2018 News &amp; Status</title>
+  </properties>
+
+<body>
+
+<section name="2018 News &amp; Status">
+
+<subsection name="13 October - JK-1.2.46 released">
+    <p>The Apache Tomcat team is proud to announce the immediate availability
+       of Tomcat Connectors 1.2.46. This is a maintenance release.</p>
+
+    <p>Please see the <a href="../miscellaneous/changelog.html">ChangeLog</a>
+       for a full list of changes.</p>
+
+    <p>If you find any bugs while using this release, please fill in the
+        <a 
href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%20Connectors";>Bugzilla</a>
+        Bug Report.</p>
+</subsection>
+
+<subsection name="1 September - JK-1.2.44 released">
+    <p>The Apache Tomcat team is proud to announce the immediate availability
+       of Tomcat Connectors 1.2.44. This is a maintenance release.</p>
+
+    <p>Please see the <a href="../miscellaneous/changelog.html">ChangeLog</a>
+       for a full list of changes.</p>
+
+    <p>If you find any bugs while using this release, please fill in the
+        <a 
href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%20Connectors";>Bugzilla</a>
+        Bug Report.</p>
+</subsection>
+
+<subsection name="6 March - JK-1.2.43 released">
+    <p>The Apache Tomcat team is proud to announce the immediate availability
+       of Tomcat Connectors 1.2.43. This is a maintenance release.</p>
+
+    <p>Please see the <a href="../miscellaneous/changelog.html">ChangeLog</a>
+       for a full list of changes.</p>
+
+    <p>If you find any bugs while using this release, please fill in the
+        <a 
href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%20Connectors";>Bugzilla</a>
+        Bug Report.</p>
+</subsection>
+
+</section>
+</body>
+</document>
diff --git a/xdocs/news/20200201.xml b/xdocs/news/20200201.xml
index 0b37b953f..9d45ea2ab 100644
--- a/xdocs/news/20200201.xml
+++ b/xdocs/news/20200201.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/xdocs/news/2023.xml b/xdocs/news/2023.xml
index 6d5c7012a..6b898e7b1 100644
--- a/xdocs/news/2023.xml
+++ b/xdocs/news/2023.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/xdocs/news/project.xml b/xdocs/news/project.xml
index 2df7c9fc0..5149cd6e5 100644
--- a/xdocs/news/project.xml
+++ b/xdocs/news/project.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/xdocs/project.xml b/xdocs/project.xml
index 8b94251f3..533cdb60d 100644
--- a/xdocs/project.xml
+++ b/xdocs/project.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/xdocs/reference/apache.xml b/xdocs/reference/apache.xml
index 6f3fbe6b2..d4615343d 100644
--- a/xdocs/reference/apache.xml
+++ b/xdocs/reference/apache.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/xdocs/reference/iis.xml b/xdocs/reference/iis.xml
index 2f053ef81..b47a94787 100644
--- a/xdocs/reference/iis.xml
+++ b/xdocs/reference/iis.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/xdocs/reference/project.xml b/xdocs/reference/project.xml
index cf5445783..e63cda39e 100644
--- a/xdocs/reference/project.xml
+++ b/xdocs/reference/project.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/xdocs/reference/status.xml b/xdocs/reference/status.xml
index ab2cb6430..c58f0e34b 100644
--- a/xdocs/reference/status.xml
+++ b/xdocs/reference/status.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/xdocs/reference/uriworkermap.xml b/xdocs/reference/uriworkermap.xml
index 7f9d3f29b..e8dc8ee62 100644
--- a/xdocs/reference/uriworkermap.xml
+++ b/xdocs/reference/uriworkermap.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/xdocs/reference/workers.xml b/xdocs/reference/workers.xml
index 605b356b3..cb78504a4 100644
--- a/xdocs/reference/workers.xml
+++ b/xdocs/reference/workers.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
diff --git a/xdocs/webserver_howto/apache.xml b/xdocs/webserver_howto/apache.xml
index 751a0a239..22d0bbedd 100644
--- a/xdocs/webserver_howto/apache.xml
+++ b/xdocs/webserver_howto/apache.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE document [
   <!ENTITY project SYSTEM "project.xml">
 ]>
@@ -1080,11 +1080,11 @@ Then go to the System I command line:
 </ul>
 <screen>
 <note>Create mod_jk library</note>
-<type5250>CRTLIB MOD_JK TEXT(�Apache mod'jk tomcat connector 
module')</type5250>
+<type5250>CRTLIB MOD_JK TEXT(‘Apache mod'jk tomcat connector 
module')</type5250>
 <note>Create service program source file</note>
-<type5250>CRTSRCPF MOD_JK/QSRVSRC TEXT(�Service program source 
file�)</type5250>
+<type5250>CRTSRCPF MOD_JK/QSRVSRC TEXT(‘Service program source 
file’)</type5250>
 <note>Create the CL build program source file</note>
-<type5250>CRTSRCPF FILE(MOD_JK/QCLSRC) TEXT(�Build program source 
file�)</type5250>
+<type5250>CRTSRCPF FILE(MOD_JK/QCLSRC) TEXT(‘Build program source 
file’)</type5250>
 <note>Edit the service program source file</note>
 <type5250>STRSEU MOD_JK/QSRVSRC MOD_JK</type5250>
 </screen>
diff --git a/xdocs/webserver_howto/iis.xml b/xdocs/webserver_howto/iis.xml
index 6b2f3c2f9..64043136f 100644
--- a/xdocs/webserver_howto/iis.xml
+++ b/xdocs/webserver_howto/iis.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE document [
   <!ENTITY project SYSTEM "project.xml">
 ]>
diff --git a/xdocs/webserver_howto/project.xml 
b/xdocs/webserver_howto/project.xml
index d0ca50707..5bb64ab5c 100644
--- a/xdocs/webserver_howto/project.xml
+++ b/xdocs/webserver_howto/project.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with


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

Reply via email to