diff mbox series

[wwwdocs] Push <meta http-equiv="Content-Type"> down into individual HTML files.

Message ID alpine.LSU.2.21.1911281911270.11254@anthias.pfeifer.com
State New
Headers show
Series [wwwdocs] Push <meta http-equiv="Content-Type"> down into individual HTML files. | expand

Commit Message

Gerald Pfeifer Nov. 28, 2019, 7:53 p.m. UTC
This will make it easier to edit/validate pages and reduces our
dependency on preprocessing yet a bit more on top of the change
series I worked on last fall.

This change was triggered by feedback from Mark Eggleston; thank you!

Committed.

Gerald


commit 34bfcf1947c44e458af1b7ba201f25071c4d80a5
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Thu Nov 28 19:01:20 2019 +0100

    Push <meta http-equiv="Content-Type"> down into individual HTML files.
    
    Historically we have been adding <meta http-equiv="Content-Type"...> to
    all HTML files via our preprocessing machinery. With this change these
    files become more self contained and in particular easier to validate
    directly.
diff mbox series

Patch

diff --git a/htdocs/about.html b/htdocs/about.html
index a67e3588..011f7ab5 100644
--- a/htdocs/about.html
+++ b/htdocs/about.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC: About</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/backends.html b/htdocs/backends.html
index c4b916d3..a392d5ea 100644
--- a/htdocs/backends.html
+++ b/htdocs/backends.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Status of Supported Architectures from Maintainers' Point of View</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/badspammer.html b/htdocs/badspammer.html
index e80d7c3c..e2016373 100644
--- a/htdocs/badspammer.html
+++ b/htdocs/badspammer.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/benchmarks/index.html b/htdocs/benchmarks/index.html
index afb6c9d7..555d2906 100644
--- a/htdocs/benchmarks/index.html
+++ b/htdocs/benchmarks/index.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Benchmarking GCC</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/branch-closing.html b/htdocs/branch-closing.html
index 2b684503..f8a3ddfa 100644
--- a/htdocs/branch-closing.html
+++ b/htdocs/branch-closing.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Closing a GCC Release Branch</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/branching.html b/htdocs/branching.html
index 541a8b1b..5eb6e73a 100644
--- a/htdocs/branching.html
+++ b/htdocs/branching.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Branching for a GCC Release</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/bugs/index.html b/htdocs/bugs/index.html
index 36fac841..66d9138f 100644
--- a/htdocs/bugs/index.html
+++ b/htdocs/bugs/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC Bugs</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/bugs/management.html b/htdocs/bugs/management.html
index 92ee2730..18fee991 100644
--- a/htdocs/bugs/management.html
+++ b/htdocs/bugs/management.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Managing Bugs (Bugzilla and the Testsuite)</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/bugs/minimize.html b/htdocs/bugs/minimize.html
index 22df7de5..6197169a 100644
--- a/htdocs/bugs/minimize.html
+++ b/htdocs/bugs/minimize.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>How to Minimize Test Cases for Bugs</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/bugs/reghunt.html b/htdocs/bugs/reghunt.html
index de2cdb6b..d9c92067 100644
--- a/htdocs/bugs/reghunt.html
+++ b/htdocs/bugs/reghunt.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>How to Locate GCC Regressions</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/bugs/segfault.html b/htdocs/bugs/segfault.html
index a5769d2b..66543dc8 100644
--- a/htdocs/bugs/segfault.html
+++ b/htdocs/bugs/segfault.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>How to debug a GCC segmentation fault</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/buildstat.html b/htdocs/buildstat.html
index 693a6ce4..f593d5c8 100644
--- a/htdocs/buildstat.html
+++ b/htdocs/buildstat.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/bzkanban/index.html b/htdocs/bzkanban/index.html
index aa651f4f..009ea354 100644
--- a/htdocs/bzkanban/index.html
+++ b/htdocs/bzkanban/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Bz Kanban Board</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
diff --git a/htdocs/c99status.html b/htdocs/c99status.html
index b5d80f98..b2b1fed6 100644
--- a/htdocs/c99status.html
+++ b/htdocs/c99status.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Status of C99 features in GCC</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html
index d43f28f0..03a77063 100644
--- a/htdocs/codingconventions.html
+++ b/htdocs/codingconventions.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC Coding Conventions</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/codingrationale.html b/htdocs/codingrationale.html
index 2facc097..a2618b64 100644
--- a/htdocs/codingrationale.html
+++ b/htdocs/codingrationale.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC Coding Conventions Rationale and Discussion</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/contribute.html b/htdocs/contribute.html
index 80ebb26f..381aa02a 100644
--- a/htdocs/contribute.html
+++ b/htdocs/contribute.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <meta name="description" content="Contributing to the GCC project." />
 <meta name="keywords"
       content="GCC, standards, copyright, patches, contributing" />
diff --git a/htdocs/contributewhy.html b/htdocs/contributewhy.html
index 0253d2a1..ce8d20f2 100644
--- a/htdocs/contributewhy.html
+++ b/htdocs/contributewhy.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Extending and Contributing to GCC</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/develop.html b/htdocs/develop.html
index 04cf4c35..570fe4a0 100644
--- a/htdocs/develop.html
+++ b/htdocs/develop.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC Development Plan</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/egcs-1.0/buildstat.html b/htdocs/egcs-1.0/buildstat.html
index 1e7f0a26..66777148 100644
--- a/htdocs/egcs-1.0/buildstat.html
+++ b/htdocs/egcs-1.0/buildstat.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title> Build and Test status for EGCS 1.0</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/egcs-1.0/c++features.html b/htdocs/egcs-1.0/c++features.html
index 26b88d50..8c7b1741 100644
--- a/htdocs/egcs-1.0/c++features.html
+++ b/htdocs/egcs-1.0/c++features.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EGCS 1.0 C++ Features</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/egcs-1.0/caveats.html b/htdocs/egcs-1.0/caveats.html
index 4b940955..a93d5e37 100644
--- a/htdocs/egcs-1.0/caveats.html
+++ b/htdocs/egcs-1.0/caveats.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EGCS 1.0 Caveats</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/egcs-1.0/features-2.8.html b/htdocs/egcs-1.0/features-2.8.html
index ae062f3e..5d7f32e0 100644
--- a/htdocs/egcs-1.0/features-2.8.html
+++ b/htdocs/egcs-1.0/features-2.8.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 2.8 features in egcs</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/egcs-1.0/features.html b/htdocs/egcs-1.0/features.html
index 1b86bcee..42f3fae9 100644
--- a/htdocs/egcs-1.0/features.html
+++ b/htdocs/egcs-1.0/features.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EGCS 1.0 Features</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/egcs-1.0/index.html b/htdocs/egcs-1.0/index.html
index 2898440f..91567be3 100644
--- a/htdocs/egcs-1.0/index.html
+++ b/htdocs/egcs-1.0/index.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EGCS 1.0</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/egcs-1.1/buildstat.html b/htdocs/egcs-1.1/buildstat.html
index 8d9b41f2..64b4865c 100644
--- a/htdocs/egcs-1.1/buildstat.html
+++ b/htdocs/egcs-1.1/buildstat.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title> Build and Test status for EGCS 1.1</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/egcs-1.1/c++features.html b/htdocs/egcs-1.1/c++features.html
index 30992c10..963ffe4a 100644
--- a/htdocs/egcs-1.1/c++features.html
+++ b/htdocs/egcs-1.1/c++features.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EGCS 1.1 C++ Features</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/egcs-1.1/caveats.html b/htdocs/egcs-1.1/caveats.html
index 0b1cdf91..9d4b970d 100644
--- a/htdocs/egcs-1.1/caveats.html
+++ b/htdocs/egcs-1.1/caveats.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EGCS 1.1 Caveats</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/egcs-1.1/egcs-1.1-branch.html b/htdocs/egcs-1.1/egcs-1.1-branch.html
index 3992cb6d..c4cbf147 100644
--- a/htdocs/egcs-1.1/egcs-1.1-branch.html
+++ b/htdocs/egcs-1.1/egcs-1.1-branch.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EGCS 1.1 branch </title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/egcs-1.1/egcs-1.1-test.html b/htdocs/egcs-1.1/egcs-1.1-test.html
index 59d3952c..44323df3 100644
--- a/htdocs/egcs-1.1/egcs-1.1-test.html
+++ b/htdocs/egcs-1.1/egcs-1.1-test.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EGCS 1.1 test strategy</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/egcs-1.1/features.html b/htdocs/egcs-1.1/features.html
index 17816bbb..eadabea2 100644
--- a/htdocs/egcs-1.1/features.html
+++ b/htdocs/egcs-1.1/features.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EGCS 1.1 New Features</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/egcs-1.1/index.html b/htdocs/egcs-1.1/index.html
index b5b6bfa0..33cc8d59 100644
--- a/htdocs/egcs-1.1/index.html
+++ b/htdocs/egcs-1.1/index.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EGCS 1.1</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/egcs-1.1/regress.html b/htdocs/egcs-1.1/regress.html
index 372c5c4c..144ad3a6 100644
--- a/htdocs/egcs-1.1/regress.html
+++ b/htdocs/egcs-1.1/regress.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EGCS 1.1 regression test strategy</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/egcs-1.1/schedule.html b/htdocs/egcs-1.1/schedule.html
index 2035f4bf..ccf3e945 100644
--- a/htdocs/egcs-1.1/schedule.html
+++ b/htdocs/egcs-1.1/schedule.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EGCS 1.1</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/extensions.html b/htdocs/extensions.html
index 37df6b26..76a89e1a 100644
--- a/htdocs/extensions.html
+++ b/htdocs/extensions.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC extensions</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/faq.html b/htdocs/faq.html
index dc51d3a5..002a1f9a 100644
--- a/htdocs/faq.html
+++ b/htdocs/faq.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC Frequently Asked Questions</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/fortran/contributors.html b/htdocs/fortran/contributors.html
index 2750582f..21341e53 100644
--- a/htdocs/fortran/contributors.html
+++ b/htdocs/fortran/contributors.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Contributors to GNU Fortran</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/fortran/index.html b/htdocs/fortran/index.html
index bfba9622..42012ddc 100644
--- a/htdocs/fortran/index.html
+++ b/htdocs/fortran/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GNU Fortran</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/frontends.html b/htdocs/frontends.html
index 6b437fbd..2d996cbd 100644
--- a/htdocs/frontends.html
+++ b/htdocs/frontends.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC Front Ends</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index 7eab5d4f..de550813 100644
--- a/htdocs/gcc-10/changes.html
+++ b/htdocs/gcc-10/changes.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 10 Release Series &mdash; Changes, New Features, and Fixes</title>
 </head>
 
diff --git a/htdocs/gcc-10/criteria.html b/htdocs/gcc-10/criteria.html
index 1ff41555..3a50c74e 100644
--- a/htdocs/gcc-10/criteria.html
+++ b/htdocs/gcc-10/criteria.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 10 Release Criteria</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" /> </head>
 
diff --git a/htdocs/gcc-2.95/branch.html b/htdocs/gcc-2.95/branch.html
index de5ff5d7..7ba3250f 100644
--- a/htdocs/gcc-2.95/branch.html
+++ b/htdocs/gcc-2.95/branch.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 2.95 branch </title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-2.95/buildstat.html b/htdocs/gcc-2.95/buildstat.html
index 622e6082..1823fba6 100644
--- a/htdocs/gcc-2.95/buildstat.html
+++ b/htdocs/gcc-2.95/buildstat.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title> Build status for GCC 2.95</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-2.95/c++features.html b/htdocs/gcc-2.95/c++features.html
index f517f77a..11cb8bad 100644
--- a/htdocs/gcc-2.95/c++features.html
+++ b/htdocs/gcc-2.95/c++features.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 2.95 C++ Features</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-2.95/caveats.html b/htdocs/gcc-2.95/caveats.html
index e498d635..adef266c 100644
--- a/htdocs/gcc-2.95/caveats.html
+++ b/htdocs/gcc-2.95/caveats.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 2.95 Caveats</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-2.95/features.html b/htdocs/gcc-2.95/features.html
index f9d98b79..3f28fc89 100644
--- a/htdocs/gcc-2.95/features.html
+++ b/htdocs/gcc-2.95/features.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 2.95 New Features</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-2.95/index.html b/htdocs/gcc-2.95/index.html
index 11426e6e..1e8621ab 100644
--- a/htdocs/gcc-2.95/index.html
+++ b/htdocs/gcc-2.95/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 2.95</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-2.95/othertest.html b/htdocs/gcc-2.95/othertest.html
index 86c84dd6..19f039c6 100644
--- a/htdocs/gcc-2.95/othertest.html
+++ b/htdocs/gcc-2.95/othertest.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 2.95 other tests</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-2.95/regress.html b/htdocs/gcc-2.95/regress.html
index b39e27b8..3c461169 100644
--- a/htdocs/gcc-2.95/regress.html
+++ b/htdocs/gcc-2.95/regress.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 2.95 regression test strategy</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-2.95/schedule.html b/htdocs/gcc-2.95/schedule.html
index 100719f1..f08198fe 100644
--- a/htdocs/gcc-2.95/schedule.html
+++ b/htdocs/gcc-2.95/schedule.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 2.95</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-2.95/testing.html b/htdocs/gcc-2.95/testing.html
index f23fa88f..695ce52f 100644
--- a/htdocs/gcc-2.95/testing.html
+++ b/htdocs/gcc-2.95/testing.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Testing GCC 2.95 with the current testsuite</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-2.96.html b/htdocs/gcc-2.96.html
index 042b3bf2..08b5c176 100644
--- a/htdocs/gcc-2.96.html
+++ b/htdocs/gcc-2.96.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 2.96</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-3.0/buildstat.html b/htdocs/gcc-3.0/buildstat.html
index e5438369..0c50b68c 100644
--- a/htdocs/gcc-3.0/buildstat.html
+++ b/htdocs/gcc-3.0/buildstat.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 3.0</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-3.0/c++features.html b/htdocs/gcc-3.0/c++features.html
index 7addb3ec..6fe851f2 100644
--- a/htdocs/gcc-3.0/c++features.html
+++ b/htdocs/gcc-3.0/c++features.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>C++ New Features</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-3.0/caveats.html b/htdocs/gcc-3.0/caveats.html
index 7eefcc56..839792a5 100644
--- a/htdocs/gcc-3.0/caveats.html
+++ b/htdocs/gcc-3.0/caveats.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 3.0 Caveats</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-3.0/criteria.html b/htdocs/gcc-3.0/criteria.html
index c2fdf600..e405624f 100644
--- a/htdocs/gcc-3.0/criteria.html
+++ b/htdocs/gcc-3.0/criteria.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 3.0 Release Criteria</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-3.0/features.html b/htdocs/gcc-3.0/features.html
index bee9583c..8ed40cb8 100644
--- a/htdocs/gcc-3.0/features.html
+++ b/htdocs/gcc-3.0/features.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 3.0 New Features</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-3.0/index.html b/htdocs/gcc-3.0/index.html
index 342f0958..fdf8da01 100644
--- a/htdocs/gcc-3.0/index.html
+++ b/htdocs/gcc-3.0/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 3.0.4</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-3.0/lapack-guide.html b/htdocs/gcc-3.0/lapack-guide.html
index 99c0fe12..5b38c5cd 100644
--- a/htdocs/gcc-3.0/lapack-guide.html
+++ b/htdocs/gcc-3.0/lapack-guide.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LAPACK build and test guide</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-3.0/libgcc.html b/htdocs/gcc-3.0/libgcc.html
index fc7bdae3..26296048 100644
--- a/htdocs/gcc-3.0/libgcc.html
+++ b/htdocs/gcc-3.0/libgcc.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>libgcc</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-3.0/pooma-guide.html b/htdocs/gcc-3.0/pooma-guide.html
index 54b47e6c..29d947b7 100644
--- a/htdocs/gcc-3.0/pooma-guide.html
+++ b/htdocs/gcc-3.0/pooma-guide.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>POOMA build and test guide</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-3.1/buildstat.html b/htdocs/gcc-3.1/buildstat.html
index c54bc464..9a22be50 100644
--- a/htdocs/gcc-3.1/buildstat.html
+++ b/htdocs/gcc-3.1/buildstat.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 3.1</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-3.1/changes.html b/htdocs/gcc-3.1/changes.html
index fdf33b5f..e83ffd98 100644
--- a/htdocs/gcc-3.1/changes.html
+++ b/htdocs/gcc-3.1/changes.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 3.1 Release Series &mdash; Changes, New Features, and Fixes</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-3.1/criteria.html b/htdocs/gcc-3.1/criteria.html
index 35343552..bd0714a9 100644
--- a/htdocs/gcc-3.1/criteria.html
+++ b/htdocs/gcc-3.1/criteria.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 3.1 Release Criteria</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-3.1/gcj-status.html b/htdocs/gcc-3.1/gcj-status.html
index db8fb4d7..4125287f 100644
--- a/htdocs/gcc-3.1/gcj-status.html
+++ b/htdocs/gcc-3.1/gcj-status.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCJ 3.1 status</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-3.1/index.html b/htdocs/gcc-3.1/index.html
index 32874d54..0ce9dccd 100644
--- a/htdocs/gcc-3.1/index.html
+++ b/htdocs/gcc-3.1/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 3.1</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-3.2/buildstat.html b/htdocs/gcc-3.2/buildstat.html
index c1ec1125..488c1fda 100644
--- a/htdocs/gcc-3.2/buildstat.html
+++ b/htdocs/gcc-3.2/buildstat.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 3.2</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-3.2/c++-abi.html b/htdocs/gcc-3.2/c++-abi.html
index 3c9a09f2..3a620974 100644
--- a/htdocs/gcc-3.2/c++-abi.html
+++ b/htdocs/gcc-3.2/c++-abi.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>A Common C++ ABI for GNU/Linux</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-3.2/changes.html b/htdocs/gcc-3.2/changes.html
index 0d5badbd..cf6ac1d4 100644
--- a/htdocs/gcc-3.2/changes.html
+++ b/htdocs/gcc-3.2/changes.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 3.2 Release Series &mdash; Changes, New Features, and Fixes</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-3.2/index.html b/htdocs/gcc-3.2/index.html
index 25485461..447414aa 100644
--- a/htdocs/gcc-3.2/index.html
+++ b/htdocs/gcc-3.2/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 3.2 Release Series</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-3.3/buildstat.html b/htdocs/gcc-3.3/buildstat.html
index c31097fe..a7b0ec84 100644
--- a/htdocs/gcc-3.3/buildstat.html
+++ b/htdocs/gcc-3.3/buildstat.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 3.3</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-3.3/changes.html b/htdocs/gcc-3.3/changes.html
index 2ed5bccf..1dafd8fb 100644
--- a/htdocs/gcc-3.3/changes.html
+++ b/htdocs/gcc-3.3/changes.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 3.3 Release Series &mdash; Changes, New Features, and Fixes</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-3.3/criteria.html b/htdocs/gcc-3.3/criteria.html
index bc0fd8ac..52364c55 100644
--- a/htdocs/gcc-3.3/criteria.html
+++ b/htdocs/gcc-3.3/criteria.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 3.3 Release Criteria</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-3.3/gcj-status.html b/htdocs/gcc-3.3/gcj-status.html
index 8d72aea8..0bca8e52 100644
--- a/htdocs/gcc-3.3/gcj-status.html
+++ b/htdocs/gcc-3.3/gcj-status.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCJ 3.3 status</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-3.3/index.html b/htdocs/gcc-3.3/index.html
index 14377d9d..45212e7f 100644
--- a/htdocs/gcc-3.3/index.html
+++ b/htdocs/gcc-3.3/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 3.3 Release Series</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-3.4/buildstat.html b/htdocs/gcc-3.4/buildstat.html
index 33adb8e1..d03a89f6 100644
--- a/htdocs/gcc-3.4/buildstat.html
+++ b/htdocs/gcc-3.4/buildstat.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 3.4</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-3.4/changes.html b/htdocs/gcc-3.4/changes.html
index 7428e655..585b2349 100644
--- a/htdocs/gcc-3.4/changes.html
+++ b/htdocs/gcc-3.4/changes.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 3.4 Release Series &mdash; Changes, New Features, and Fixes</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-3.4/criteria.html b/htdocs/gcc-3.4/criteria.html
index c29cf686..1fd5cab9 100644
--- a/htdocs/gcc-3.4/criteria.html
+++ b/htdocs/gcc-3.4/criteria.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 3.4 Release Criteria</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-3.4/index.html b/htdocs/gcc-3.4/index.html
index fe77c18f..35e78e8b 100644
--- a/htdocs/gcc-3.4/index.html
+++ b/htdocs/gcc-3.4/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 3.4 Release Series</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-3.4/mips-abi.html b/htdocs/gcc-3.4/mips-abi.html
index c116779d..1fe81f08 100644
--- a/htdocs/gcc-3.4/mips-abi.html
+++ b/htdocs/gcc-3.4/mips-abi.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>MIPS ABI Changes in GCC 3.4</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-3.4/powerpc-abi.html b/htdocs/gcc-3.4/powerpc-abi.html
index ff7b4c99..3ce801f6 100644
--- a/htdocs/gcc-3.4/powerpc-abi.html
+++ b/htdocs/gcc-3.4/powerpc-abi.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>PowerPC ABI Changes in GCC 3.4</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-3.4/sparc-abi.html b/htdocs/gcc-3.4/sparc-abi.html
index 10e6a50a..df280483 100644
--- a/htdocs/gcc-3.4/sparc-abi.html
+++ b/htdocs/gcc-3.4/sparc-abi.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SPARC ABI Changes in GCC 3.4</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.0/buildstat.html b/htdocs/gcc-4.0/buildstat.html
index 4cd56795..711d5721 100644
--- a/htdocs/gcc-4.0/buildstat.html
+++ b/htdocs/gcc-4.0/buildstat.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 4.0</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.0/changes.html b/htdocs/gcc-4.0/changes.html
index 4c5cfc14..97907c33 100644
--- a/htdocs/gcc-4.0/changes.html
+++ b/htdocs/gcc-4.0/changes.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.0 Release Series &mdash; Changes, New Features, and Fixes</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.0/criteria.html b/htdocs/gcc-4.0/criteria.html
index 61cf36a4..b9f4e323 100644
--- a/htdocs/gcc-4.0/criteria.html
+++ b/htdocs/gcc-4.0/criteria.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.0 Release Criteria</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.0/index.html b/htdocs/gcc-4.0/index.html
index 2709860e..c0de4ef8 100644
--- a/htdocs/gcc-4.0/index.html
+++ b/htdocs/gcc-4.0/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.0 Release Series</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.1/buildstat.html b/htdocs/gcc-4.1/buildstat.html
index 190f5016..a7dce2cc 100644
--- a/htdocs/gcc-4.1/buildstat.html
+++ b/htdocs/gcc-4.1/buildstat.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 4.1</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.1/changes.html b/htdocs/gcc-4.1/changes.html
index ea977aec..07c76dfe 100644
--- a/htdocs/gcc-4.1/changes.html
+++ b/htdocs/gcc-4.1/changes.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.1 Release Series &mdash; Changes, New Features, and Fixes</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.1/criteria.html b/htdocs/gcc-4.1/criteria.html
index 0afe2250..c7f71a7b 100644
--- a/htdocs/gcc-4.1/criteria.html
+++ b/htdocs/gcc-4.1/criteria.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.1 Release Criteria</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" /> </head>
 
diff --git a/htdocs/gcc-4.1/index.html b/htdocs/gcc-4.1/index.html
index cff2792d..1a8d4a75 100644
--- a/htdocs/gcc-4.1/index.html
+++ b/htdocs/gcc-4.1/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.1 Release Series</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.2/buildstat.html b/htdocs/gcc-4.2/buildstat.html
index 272d7d75..2beacb54 100644
--- a/htdocs/gcc-4.2/buildstat.html
+++ b/htdocs/gcc-4.2/buildstat.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 4.2</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.2/changes.html b/htdocs/gcc-4.2/changes.html
index d9a22aae..30e3479c 100644
--- a/htdocs/gcc-4.2/changes.html
+++ b/htdocs/gcc-4.2/changes.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.2 Release Series &mdash; Changes, New Features, and Fixes</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.2/criteria.html b/htdocs/gcc-4.2/criteria.html
index 53ecf2d9..44774f75 100644
--- a/htdocs/gcc-4.2/criteria.html
+++ b/htdocs/gcc-4.2/criteria.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.2 Release Criteria</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" /> </head>
 
diff --git a/htdocs/gcc-4.2/index.html b/htdocs/gcc-4.2/index.html
index 69ea28d1..9a8ea413 100644
--- a/htdocs/gcc-4.2/index.html
+++ b/htdocs/gcc-4.2/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.2 Release Series</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.3/buildstat.html b/htdocs/gcc-4.3/buildstat.html
index 1f6065d4..e495f7ad 100644
--- a/htdocs/gcc-4.3/buildstat.html
+++ b/htdocs/gcc-4.3/buildstat.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 4.3</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.3/changes.html b/htdocs/gcc-4.3/changes.html
index 1b59df8c..7e02a8d5 100644
--- a/htdocs/gcc-4.3/changes.html
+++ b/htdocs/gcc-4.3/changes.html
@@ -3,6 +3,7 @@ 
 
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.3 Release Series &mdash; Changes, New Features, and Fixes</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.3/criteria.html b/htdocs/gcc-4.3/criteria.html
index 704b0484..52585ede 100644
--- a/htdocs/gcc-4.3/criteria.html
+++ b/htdocs/gcc-4.3/criteria.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.3 Release Criteria</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" /> </head>
 
diff --git a/htdocs/gcc-4.3/cxx0x_status.html b/htdocs/gcc-4.3/cxx0x_status.html
index 3a14507b..2a2b33dc 100644
--- a/htdocs/gcc-4.3/cxx0x_status.html
+++ b/htdocs/gcc-4.3/cxx0x_status.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <title>Status of Experimental C++0x Support in GCC 4.3</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.3/index.html b/htdocs/gcc-4.3/index.html
index 9e258783..14fb2b7c 100644
--- a/htdocs/gcc-4.3/index.html
+++ b/htdocs/gcc-4.3/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.3 Release Series</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.3/porting_to.html b/htdocs/gcc-4.3/porting_to.html
index 4ec8ae91..5777519a 100644
--- a/htdocs/gcc-4.3/porting_to.html
+++ b/htdocs/gcc-4.3/porting_to.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.3 Release Series &mdash; Porting to the New Tools</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.4/buildstat.html b/htdocs/gcc-4.4/buildstat.html
index 2bf8be02..ec6bccf7 100644
--- a/htdocs/gcc-4.4/buildstat.html
+++ b/htdocs/gcc-4.4/buildstat.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 4.4</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.4/changes.html b/htdocs/gcc-4.4/changes.html
index 20ef9823..dbe73ebd 100644
--- a/htdocs/gcc-4.4/changes.html
+++ b/htdocs/gcc-4.4/changes.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.4 Release Series &mdash; Changes, New Features, and Fixes</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.4/criteria.html b/htdocs/gcc-4.4/criteria.html
index 8784b72c..42e21835 100644
--- a/htdocs/gcc-4.4/criteria.html
+++ b/htdocs/gcc-4.4/criteria.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.4 Release Criteria</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" /> </head>
 
diff --git a/htdocs/gcc-4.4/cxx0x_status.html b/htdocs/gcc-4.4/cxx0x_status.html
index e3ea01c4..327fcb33 100644
--- a/htdocs/gcc-4.4/cxx0x_status.html
+++ b/htdocs/gcc-4.4/cxx0x_status.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <title>Status of Experimental C++0x Support in GCC 4.4</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.4/index.html b/htdocs/gcc-4.4/index.html
index ce0702ca..0f9df197 100644
--- a/htdocs/gcc-4.4/index.html
+++ b/htdocs/gcc-4.4/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.4 Release Series</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.4/porting_to.html b/htdocs/gcc-4.4/porting_to.html
index d610009a..b553e5cc 100644
--- a/htdocs/gcc-4.4/porting_to.html
+++ b/htdocs/gcc-4.4/porting_to.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.4 Release Series &mdash; Porting to the New Tools</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.5/buildstat.html b/htdocs/gcc-4.5/buildstat.html
index 0294a780..f68600e9 100644
--- a/htdocs/gcc-4.5/buildstat.html
+++ b/htdocs/gcc-4.5/buildstat.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 4.5</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.5/changes.html b/htdocs/gcc-4.5/changes.html
index 99f26358..c141a4d9 100644
--- a/htdocs/gcc-4.5/changes.html
+++ b/htdocs/gcc-4.5/changes.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.5 Release Series &mdash; Changes, New Features, and Fixes</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.5/criteria.html b/htdocs/gcc-4.5/criteria.html
index 577a96f5..11e57b19 100644
--- a/htdocs/gcc-4.5/criteria.html
+++ b/htdocs/gcc-4.5/criteria.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.5 Release Criteria</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" /> </head>
 
diff --git a/htdocs/gcc-4.5/cxx0x_status.html b/htdocs/gcc-4.5/cxx0x_status.html
index 8cf3c575..44b7d7d7 100644
--- a/htdocs/gcc-4.5/cxx0x_status.html
+++ b/htdocs/gcc-4.5/cxx0x_status.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <title>Status of Experimental C++0x Support in GCC 4.5</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.5/index.html b/htdocs/gcc-4.5/index.html
index b2f9c1aa..e41b552f 100644
--- a/htdocs/gcc-4.5/index.html
+++ b/htdocs/gcc-4.5/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.5 Release Series</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.6/buildstat.html b/htdocs/gcc-4.6/buildstat.html
index 223849b3..6c67fd1e 100644
--- a/htdocs/gcc-4.6/buildstat.html
+++ b/htdocs/gcc-4.6/buildstat.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 4.6</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.6/changes.html b/htdocs/gcc-4.6/changes.html
index 0d0aec8d..4b5a706e 100644
--- a/htdocs/gcc-4.6/changes.html
+++ b/htdocs/gcc-4.6/changes.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.6 Release Series &mdash; Changes, New Features, and Fixes</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.6/criteria.html b/htdocs/gcc-4.6/criteria.html
index 047e7322..7300b8b0 100644
--- a/htdocs/gcc-4.6/criteria.html
+++ b/htdocs/gcc-4.6/criteria.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.6 Release Criteria</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" /> </head>
 
diff --git a/htdocs/gcc-4.6/cxx0x_status.html b/htdocs/gcc-4.6/cxx0x_status.html
index e5f79c81..789d56e6 100644
--- a/htdocs/gcc-4.6/cxx0x_status.html
+++ b/htdocs/gcc-4.6/cxx0x_status.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <title>Status of Experimental C++0x Support in GCC 4.6</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.6/index.html b/htdocs/gcc-4.6/index.html
index 1e5b114c..0b70fd0f 100644
--- a/htdocs/gcc-4.6/index.html
+++ b/htdocs/gcc-4.6/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.6 Release Series</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.6/porting_to.html b/htdocs/gcc-4.6/porting_to.html
index f06bbf42..054b41b7 100644
--- a/htdocs/gcc-4.6/porting_to.html
+++ b/htdocs/gcc-4.6/porting_to.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Porting to GCC 4.6</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.7/buildstat.html b/htdocs/gcc-4.7/buildstat.html
index 747d966f..4a14818d 100644
--- a/htdocs/gcc-4.7/buildstat.html
+++ b/htdocs/gcc-4.7/buildstat.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 4.7</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.7/changes.html b/htdocs/gcc-4.7/changes.html
index df8f91a1..5103e5ee 100644
--- a/htdocs/gcc-4.7/changes.html
+++ b/htdocs/gcc-4.7/changes.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.7 Release Series &mdash; Changes, New Features, and Fixes</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.7/criteria.html b/htdocs/gcc-4.7/criteria.html
index 051b7c68..8cb0fe8d 100644
--- a/htdocs/gcc-4.7/criteria.html
+++ b/htdocs/gcc-4.7/criteria.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.7 Release Criteria</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" /> </head>
 
diff --git a/htdocs/gcc-4.7/cxx0x_status.html b/htdocs/gcc-4.7/cxx0x_status.html
index fdaa56bd..74c057dc 100644
--- a/htdocs/gcc-4.7/cxx0x_status.html
+++ b/htdocs/gcc-4.7/cxx0x_status.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <title>Status of Experimental C++11 Support in GCC 4.7</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.7/index.html b/htdocs/gcc-4.7/index.html
index 59e52a14..a7468742 100644
--- a/htdocs/gcc-4.7/index.html
+++ b/htdocs/gcc-4.7/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.7 Release Series</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.7/porting_to.html b/htdocs/gcc-4.7/porting_to.html
index 328cc680..51d31ec0 100644
--- a/htdocs/gcc-4.7/porting_to.html
+++ b/htdocs/gcc-4.7/porting_to.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Porting to GCC 4.7</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.8/buildstat.html b/htdocs/gcc-4.8/buildstat.html
index c4d6a1d2..28056cbb 100644
--- a/htdocs/gcc-4.8/buildstat.html
+++ b/htdocs/gcc-4.8/buildstat.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 4.8</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.8/changes.html b/htdocs/gcc-4.8/changes.html
index b22c26d8..83f7da6c 100644
--- a/htdocs/gcc-4.8/changes.html
+++ b/htdocs/gcc-4.8/changes.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.8 Release Series &mdash; Changes, New Features, and Fixes</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.8/criteria.html b/htdocs/gcc-4.8/criteria.html
index 18fa7647..ae685014 100644
--- a/htdocs/gcc-4.8/criteria.html
+++ b/htdocs/gcc-4.8/criteria.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.8 Release Criteria</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" /> </head>
 
diff --git a/htdocs/gcc-4.8/cxx0x_status.html b/htdocs/gcc-4.8/cxx0x_status.html
index 5c891289..849ecb91 100644
--- a/htdocs/gcc-4.8/cxx0x_status.html
+++ b/htdocs/gcc-4.8/cxx0x_status.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <title>Status of Experimental C++11 Support in GCC 4.8</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.8/index.html b/htdocs/gcc-4.8/index.html
index 65072469..fda45402 100644
--- a/htdocs/gcc-4.8/index.html
+++ b/htdocs/gcc-4.8/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.8 Release Series</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.8/porting_to.html b/htdocs/gcc-4.8/porting_to.html
index ed8772b4..356898ff 100644
--- a/htdocs/gcc-4.8/porting_to.html
+++ b/htdocs/gcc-4.8/porting_to.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Porting to GCC 4.8</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.9/buildstat.html b/htdocs/gcc-4.9/buildstat.html
index f7707563..9bbb102e 100644
--- a/htdocs/gcc-4.9/buildstat.html
+++ b/htdocs/gcc-4.9/buildstat.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 4.9</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.9/changes.html b/htdocs/gcc-4.9/changes.html
index a12ef450..342a9962 100644
--- a/htdocs/gcc-4.9/changes.html
+++ b/htdocs/gcc-4.9/changes.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.9 Release Series &mdash; Changes, New Features, and Fixes</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.9/criteria.html b/htdocs/gcc-4.9/criteria.html
index 0b9c009b..e03dd7c8 100644
--- a/htdocs/gcc-4.9/criteria.html
+++ b/htdocs/gcc-4.9/criteria.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.9 Release Criteria</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" /> </head>
 
diff --git a/htdocs/gcc-4.9/index.html b/htdocs/gcc-4.9/index.html
index 73697bde..b6a7e14e 100644
--- a/htdocs/gcc-4.9/index.html
+++ b/htdocs/gcc-4.9/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.9 Release Series</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-4.9/porting_to.html b/htdocs/gcc-4.9/porting_to.html
index c5d6ae76..63c6829d 100644
--- a/htdocs/gcc-4.9/porting_to.html
+++ b/htdocs/gcc-4.9/porting_to.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Porting to GCC 4.9</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-5/buildstat.html b/htdocs/gcc-5/buildstat.html
index fe3086ab..92c0d980 100644
--- a/htdocs/gcc-5/buildstat.html
+++ b/htdocs/gcc-5/buildstat.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 5</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-5/changes.html b/htdocs/gcc-5/changes.html
index ccb1fa25..536ab6c0 100644
--- a/htdocs/gcc-5/changes.html
+++ b/htdocs/gcc-5/changes.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 5 Release Series &mdash; Changes, New Features, and Fixes</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-5/criteria.html b/htdocs/gcc-5/criteria.html
index 6666aaa3..d9141705 100644
--- a/htdocs/gcc-5/criteria.html
+++ b/htdocs/gcc-5/criteria.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 5 Release Criteria</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" /> </head>
 
diff --git a/htdocs/gcc-5/index.html b/htdocs/gcc-5/index.html
index 51e103bf..f2ba9772 100644
--- a/htdocs/gcc-5/index.html
+++ b/htdocs/gcc-5/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 5 Release Series</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-5/porting_to.html b/htdocs/gcc-5/porting_to.html
index 24fa1ae6..7d629e78 100644
--- a/htdocs/gcc-5/porting_to.html
+++ b/htdocs/gcc-5/porting_to.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Porting to GCC 5</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-6/buildstat.html b/htdocs/gcc-6/buildstat.html
index d138afd8..f264cf25 100644
--- a/htdocs/gcc-6/buildstat.html
+++ b/htdocs/gcc-6/buildstat.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 6</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-6/changes.html b/htdocs/gcc-6/changes.html
index 0803e3fa..3713a394 100644
--- a/htdocs/gcc-6/changes.html
+++ b/htdocs/gcc-6/changes.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 6 Release Series &mdash; Changes, New Features, and Fixes</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-6/criteria.html b/htdocs/gcc-6/criteria.html
index df70979d..1c2ddb21 100644
--- a/htdocs/gcc-6/criteria.html
+++ b/htdocs/gcc-6/criteria.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 6 Release Criteria</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" /> </head>
 
diff --git a/htdocs/gcc-6/index.html b/htdocs/gcc-6/index.html
index 7e83a3fd..36692942 100644
--- a/htdocs/gcc-6/index.html
+++ b/htdocs/gcc-6/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 6 Release Series</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-6/porting_to.html b/htdocs/gcc-6/porting_to.html
index a32ef1bf..3cf959c6 100644
--- a/htdocs/gcc-6/porting_to.html
+++ b/htdocs/gcc-6/porting_to.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Porting to GCC 6</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-7/buildstat.html b/htdocs/gcc-7/buildstat.html
index 812b73cd..31408a3e 100644
--- a/htdocs/gcc-7/buildstat.html
+++ b/htdocs/gcc-7/buildstat.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 7</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-7/changes.html b/htdocs/gcc-7/changes.html
index 3a14c5c7..0afeb0a5 100644
--- a/htdocs/gcc-7/changes.html
+++ b/htdocs/gcc-7/changes.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 7 Release Series &mdash; Changes, New Features, and Fixes</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-7/criteria.html b/htdocs/gcc-7/criteria.html
index 21c6a467..b7371f3f 100644
--- a/htdocs/gcc-7/criteria.html
+++ b/htdocs/gcc-7/criteria.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 7 Release Criteria</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" /> </head>
 
diff --git a/htdocs/gcc-7/index.html b/htdocs/gcc-7/index.html
index 3d074f56..adb87079 100644
--- a/htdocs/gcc-7/index.html
+++ b/htdocs/gcc-7/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 7 Release Series</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-7/porting_to.html b/htdocs/gcc-7/porting_to.html
index 4681ba8a..aceec29a 100644
--- a/htdocs/gcc-7/porting_to.html
+++ b/htdocs/gcc-7/porting_to.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Porting to GCC 7</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-8/buildstat.html b/htdocs/gcc-8/buildstat.html
index 14e559fe..7d669c8d 100644
--- a/htdocs/gcc-8/buildstat.html
+++ b/htdocs/gcc-8/buildstat.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 8</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-8/changes.html b/htdocs/gcc-8/changes.html
index e5bbbf7d..ddc7e824 100644
--- a/htdocs/gcc-8/changes.html
+++ b/htdocs/gcc-8/changes.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 8 Release Series &mdash; Changes, New Features, and Fixes</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-8/criteria.html b/htdocs/gcc-8/criteria.html
index 89da01a1..6f0f8723 100644
--- a/htdocs/gcc-8/criteria.html
+++ b/htdocs/gcc-8/criteria.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 8 Release Criteria</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" /> </head>
 
diff --git a/htdocs/gcc-8/index.html b/htdocs/gcc-8/index.html
index 54bb3809..e101d851 100644
--- a/htdocs/gcc-8/index.html
+++ b/htdocs/gcc-8/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 8 Release Series</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-8/porting_to.html b/htdocs/gcc-8/porting_to.html
index 3e77537f..9570a684 100644
--- a/htdocs/gcc-8/porting_to.html
+++ b/htdocs/gcc-8/porting_to.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Porting to GCC 8</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-9/buildstat.html b/htdocs/gcc-9/buildstat.html
index 6b52aeb9..8a7714b5 100644
--- a/htdocs/gcc-9/buildstat.html
+++ b/htdocs/gcc-9/buildstat.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 9</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-9/changes.html b/htdocs/gcc-9/changes.html
index 58f714ae..92661396 100644
--- a/htdocs/gcc-9/changes.html
+++ b/htdocs/gcc-9/changes.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 9 Release Series &mdash; Changes, New Features, and Fixes</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-9/criteria.html b/htdocs/gcc-9/criteria.html
index f476b37a..9c0fa1af 100644
--- a/htdocs/gcc-9/criteria.html
+++ b/htdocs/gcc-9/criteria.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 9 Release Criteria</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" /> </head>
 
diff --git a/htdocs/gcc-9/index.html b/htdocs/gcc-9/index.html
index 73d32ff1..a9bcd448 100644
--- a/htdocs/gcc-9/index.html
+++ b/htdocs/gcc-9/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 9 Release Series</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc-9/porting_to.html b/htdocs/gcc-9/porting_to.html
index 94ea15d1..a8fb5882 100644
--- a/htdocs/gcc-9/porting_to.html
+++ b/htdocs/gcc-9/porting_to.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Porting to GCC 9</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/gcc.html b/htdocs/gcc.html
index a9446587..89309e4e 100644
--- a/htdocs/gcc.html
+++ b/htdocs/gcc.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <meta http-equiv="refresh" content="0; url=index.html">
 <title>GCC, the GNU Compiler Collection</title>
 </head>
diff --git a/htdocs/gccmission.html b/htdocs/gccmission.html
index 8d4b5757..d7e5ce1d 100644
--- a/htdocs/gccmission.html
+++ b/htdocs/gccmission.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC Development Mission Statement (1999-04-22)</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/index.html b/htdocs/index.html
index 8056882f..94ff53a7 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <meta name="google-site-verification" content="FUv_3eEIkimd6LAoWned4TPMqmKKQmw3aA2_PBJ5SAY" />
 <title>GCC, the GNU Compiler Collection</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
diff --git a/htdocs/lists.html b/htdocs/lists.html
index 76ca3faf..8ca456a7 100644
--- a/htdocs/lists.html
+++ b/htdocs/lists.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC mailing lists</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/mirrors.html b/htdocs/mirrors.html
index a11bd0ed..d8979b76 100644
--- a/htdocs/mirrors.html
+++ b/htdocs/mirrors.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC mirror sites</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/news.html b/htdocs/news.html
index b0e3d9a3..9da7300d 100644
--- a/htdocs/news.html
+++ b/htdocs/news.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC news and announcements</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/news/alias.html b/htdocs/news/alias.html
index f39e8cc3..c3df770a 100644
--- a/htdocs/news/alias.html
+++ b/htdocs/news/alias.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Alias Analysis</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/news/announcement.html b/htdocs/news/announcement.html
index 02a5c1e1..42bafcc0 100644
--- a/htdocs/news/announcement.html
+++ b/htdocs/news/announcement.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>The initial egcs project announcement</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/news/cfg.html b/htdocs/news/cfg.html
index 3e23b3a5..03ea6d9a 100644
--- a/htdocs/news/cfg.html
+++ b/htdocs/news/cfg.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Control Flow Infrastructure</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/news/chill.html b/htdocs/news/chill.html
index 8064341b..acc339bb 100644
--- a/htdocs/news/chill.html
+++ b/htdocs/news/chill.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Chill Front End</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/news/cprop.html b/htdocs/news/cprop.html
index eca5a7da..3a9379eb 100644
--- a/htdocs/news/cprop.html
+++ b/htdocs/news/cprop.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Improved Global Constant/Copy Propagation</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/news/dependencies.html b/htdocs/news/dependencies.html
index 65e72569..ddcdd344 100644
--- a/htdocs/news/dependencies.html
+++ b/htdocs/news/dependencies.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Dependency Generation Improvements</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/news/dfa.html b/htdocs/news/dfa.html
index d64fc5c0..cf439241 100644
--- a/htdocs/news/dfa.html
+++ b/htdocs/news/dfa.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>DFA Scheduler</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/news/dse.html b/htdocs/news/dse.html
index 6b1a3967..e3afdca2 100644
--- a/htdocs/news/dse.html
+++ b/htdocs/news/dse.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Local Dead Store Elimination</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/news/egcs-vcg.html b/htdocs/news/egcs-vcg.html
index e62e05f6..2653bda3 100644
--- a/htdocs/news/egcs-vcg.html
+++ b/htdocs/news/egcs-vcg.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Drawing Flow Graphs</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/news/gcse.html b/htdocs/news/gcse.html
index 00a674de..2044d22a 100644
--- a/htdocs/news/gcse.html
+++ b/htdocs/news/gcse.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Global CSE/Partial Redundancy Elimination</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/news/hoist.html b/htdocs/news/hoist.html
index 5d497f3a..4928b3bc 100644
--- a/htdocs/news/hoist.html
+++ b/htdocs/news/hoist.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Load/Store Hoisting</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/news/ia32.html b/htdocs/news/ia32.html
index 77102731..6ed42f4d 100644
--- a/htdocs/news/ia32.html
+++ b/htdocs/news/ia32.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>A New ia32 Backend</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/news/inlining.html b/htdocs/news/inlining.html
index 5cf17ea4..91eece50 100644
--- a/htdocs/news/inlining.html
+++ b/htdocs/news/inlining.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Inlining Improvements</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/news/javaannounce.html b/htdocs/news/javaannounce.html
index 2cce8f5d..df3dc3e0 100644
--- a/htdocs/news/javaannounce.html
+++ b/htdocs/news/javaannounce.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>libgcj Announcement</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/news/lcm.html b/htdocs/news/lcm.html
index f2e05ed0..446a3c52 100644
--- a/htdocs/news/lcm.html
+++ b/htdocs/news/lcm.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Lazy Code Motion Optimizer Framework</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/news/null.html b/htdocs/news/null.html
index 762750eb..c0c3894f 100644
--- a/htdocs/news/null.html
+++ b/htdocs/news/null.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Global Null Pointer Test Elimination</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/news/profiledriven.html b/htdocs/news/profiledriven.html
index 1536005a..ab08a0e0 100644
--- a/htdocs/news/profiledriven.html
+++ b/htdocs/news/profiledriven.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Infrastructure for Profile Driven Optimizations</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/news/reorder.html b/htdocs/news/reorder.html
index 78f9429b..8674cc76 100644
--- a/htdocs/news/reorder.html
+++ b/htdocs/news/reorder.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Basic Block Reordering</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/news/server.html b/htdocs/news/server.html
index 8351d14d..031e96fd 100644
--- a/htdocs/news/server.html
+++ b/htdocs/news/server.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC Network/Server Upgrades</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/news/sms.html b/htdocs/news/sms.html
index 50265da4..e0ecf512 100644
--- a/htdocs/news/sms.html
+++ b/htdocs/news/sms.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SMS - Swing Modulo Scheduling in GCC</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/news/sparc.html b/htdocs/news/sparc.html
index c4198472..fcfb8cfa 100644
--- a/htdocs/news/sparc.html
+++ b/htdocs/news/sparc.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SPARC Backend Rewrite</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/news/spill.html b/htdocs/news/spill.html
index eb9b205e..7f8992f9 100644
--- a/htdocs/news/spill.html
+++ b/htdocs/news/spill.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Localized Register Spilling</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/news/ssa-ccp.html b/htdocs/news/ssa-ccp.html
index 03167a4f..a82c67bb 100644
--- a/htdocs/news/ssa-ccp.html
+++ b/htdocs/news/ssa-ccp.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Sparse Conditional Constant Propagation</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/news/ssa.html b/htdocs/news/ssa.html
index 41aa61ef..9f352d84 100644
--- a/htdocs/news/ssa.html
+++ b/htdocs/news/ssa.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Static Single Assignment</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/news/unify.html b/htdocs/news/unify.html
index 2bfcd073..a6ed0200 100644
--- a/htdocs/news/unify.html
+++ b/htdocs/news/unify.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Global Code Hoisting/Unification</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/4.6.0/index.html b/htdocs/onlinedocs/4.6.0/index.html
index 83db28be..9393c6d1 100644
--- a/htdocs/onlinedocs/4.6.0/index.html
+++ b/htdocs/onlinedocs/4.6.0/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.6.0 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/4.6.1/index.html b/htdocs/onlinedocs/4.6.1/index.html
index 486884ea..bbe9d011 100644
--- a/htdocs/onlinedocs/4.6.1/index.html
+++ b/htdocs/onlinedocs/4.6.1/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.6.1 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/4.6.2/index.html b/htdocs/onlinedocs/4.6.2/index.html
index a440f34d..a7bc968e 100644
--- a/htdocs/onlinedocs/4.6.2/index.html
+++ b/htdocs/onlinedocs/4.6.2/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.6.2 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/4.6.3/index.html b/htdocs/onlinedocs/4.6.3/index.html
index 5a034cd0..41e7facd 100644
--- a/htdocs/onlinedocs/4.6.3/index.html
+++ b/htdocs/onlinedocs/4.6.3/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.6.3 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/4.6.4/index.html b/htdocs/onlinedocs/4.6.4/index.html
index ff288671..24d509da 100644
--- a/htdocs/onlinedocs/4.6.4/index.html
+++ b/htdocs/onlinedocs/4.6.4/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.6.4 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/4.7.0/index.html b/htdocs/onlinedocs/4.7.0/index.html
index d825d2c8..8d4d91a9 100644
--- a/htdocs/onlinedocs/4.7.0/index.html
+++ b/htdocs/onlinedocs/4.7.0/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.7.0 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/4.7.1/index.html b/htdocs/onlinedocs/4.7.1/index.html
index aead4594..055b54da 100644
--- a/htdocs/onlinedocs/4.7.1/index.html
+++ b/htdocs/onlinedocs/4.7.1/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.7.1 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/4.7.2/index.html b/htdocs/onlinedocs/4.7.2/index.html
index 2aef6427..e14c6436 100644
--- a/htdocs/onlinedocs/4.7.2/index.html
+++ b/htdocs/onlinedocs/4.7.2/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.7.2 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/4.7.3/index.html b/htdocs/onlinedocs/4.7.3/index.html
index efba73ff..36ebf070 100644
--- a/htdocs/onlinedocs/4.7.3/index.html
+++ b/htdocs/onlinedocs/4.7.3/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.7.3 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/4.7.4/index.html b/htdocs/onlinedocs/4.7.4/index.html
index 5d998991..687c3e1c 100644
--- a/htdocs/onlinedocs/4.7.4/index.html
+++ b/htdocs/onlinedocs/4.7.4/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.7.4 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/4.8.0/index.html b/htdocs/onlinedocs/4.8.0/index.html
index da98e0ae..f9e49f1c 100644
--- a/htdocs/onlinedocs/4.8.0/index.html
+++ b/htdocs/onlinedocs/4.8.0/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.8.0 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/4.8.1/index.html b/htdocs/onlinedocs/4.8.1/index.html
index 0fee50dc..40c3b0f3 100644
--- a/htdocs/onlinedocs/4.8.1/index.html
+++ b/htdocs/onlinedocs/4.8.1/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.8.1 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/4.8.2/index.html b/htdocs/onlinedocs/4.8.2/index.html
index 3a126d03..ee238533 100644
--- a/htdocs/onlinedocs/4.8.2/index.html
+++ b/htdocs/onlinedocs/4.8.2/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.8.2 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/4.8.3/index.html b/htdocs/onlinedocs/4.8.3/index.html
index eefea970..bdc5504a 100644
--- a/htdocs/onlinedocs/4.8.3/index.html
+++ b/htdocs/onlinedocs/4.8.3/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.8.3 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/4.8.4/index.html b/htdocs/onlinedocs/4.8.4/index.html
index fbb2a81d..8e139750 100644
--- a/htdocs/onlinedocs/4.8.4/index.html
+++ b/htdocs/onlinedocs/4.8.4/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.8.4 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/4.8.5/index.html b/htdocs/onlinedocs/4.8.5/index.html
index 77d69590..2201d478 100644
--- a/htdocs/onlinedocs/4.8.5/index.html
+++ b/htdocs/onlinedocs/4.8.5/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.8.5 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/4.9.0/index.html b/htdocs/onlinedocs/4.9.0/index.html
index 1c398944..54caddda 100644
--- a/htdocs/onlinedocs/4.9.0/index.html
+++ b/htdocs/onlinedocs/4.9.0/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.9.0 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/4.9.1/index.html b/htdocs/onlinedocs/4.9.1/index.html
index a56ffc9f..8646d474 100644
--- a/htdocs/onlinedocs/4.9.1/index.html
+++ b/htdocs/onlinedocs/4.9.1/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.9.1 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/4.9.2/index.html b/htdocs/onlinedocs/4.9.2/index.html
index d9df2aa8..e9ed8560 100644
--- a/htdocs/onlinedocs/4.9.2/index.html
+++ b/htdocs/onlinedocs/4.9.2/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.9.2 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/4.9.3/index.html b/htdocs/onlinedocs/4.9.3/index.html
index d0dfd1c2..d027b97c 100644
--- a/htdocs/onlinedocs/4.9.3/index.html
+++ b/htdocs/onlinedocs/4.9.3/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.9.3 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/4.9.4/index.html b/htdocs/onlinedocs/4.9.4/index.html
index bb831237..95ad43d3 100644
--- a/htdocs/onlinedocs/4.9.4/index.html
+++ b/htdocs/onlinedocs/4.9.4/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.9.4 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/5.1.0/index.html b/htdocs/onlinedocs/5.1.0/index.html
index 6d57171f..b6ff8a20 100644
--- a/htdocs/onlinedocs/5.1.0/index.html
+++ b/htdocs/onlinedocs/5.1.0/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 5.1 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/5.2.0/index.html b/htdocs/onlinedocs/5.2.0/index.html
index a3d20d26..d4bcfb95 100644
--- a/htdocs/onlinedocs/5.2.0/index.html
+++ b/htdocs/onlinedocs/5.2.0/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 5.2 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/5.3.0/index.html b/htdocs/onlinedocs/5.3.0/index.html
index 1e4cc7cd..00629fbb 100644
--- a/htdocs/onlinedocs/5.3.0/index.html
+++ b/htdocs/onlinedocs/5.3.0/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 5.3 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/5.4.0/index.html b/htdocs/onlinedocs/5.4.0/index.html
index a2a92255..d8fd91b6 100644
--- a/htdocs/onlinedocs/5.4.0/index.html
+++ b/htdocs/onlinedocs/5.4.0/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 5.4 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/5.5.0/index.html b/htdocs/onlinedocs/5.5.0/index.html
index 3d4d8165..50e3d9e8 100644
--- a/htdocs/onlinedocs/5.5.0/index.html
+++ b/htdocs/onlinedocs/5.5.0/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 5.5 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/6.1.0/index.html b/htdocs/onlinedocs/6.1.0/index.html
index fc03ea70..06a0b392 100644
--- a/htdocs/onlinedocs/6.1.0/index.html
+++ b/htdocs/onlinedocs/6.1.0/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 6.1 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/6.2.0/index.html b/htdocs/onlinedocs/6.2.0/index.html
index 3fe95d24..763974df 100644
--- a/htdocs/onlinedocs/6.2.0/index.html
+++ b/htdocs/onlinedocs/6.2.0/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 6.2 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/6.3.0/index.html b/htdocs/onlinedocs/6.3.0/index.html
index 886d42d6..d6018895 100644
--- a/htdocs/onlinedocs/6.3.0/index.html
+++ b/htdocs/onlinedocs/6.3.0/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 6.3 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/6.4.0/index.html b/htdocs/onlinedocs/6.4.0/index.html
index 4a200536..15f4a62c 100644
--- a/htdocs/onlinedocs/6.4.0/index.html
+++ b/htdocs/onlinedocs/6.4.0/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 6.4 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/6.5.0/index.html b/htdocs/onlinedocs/6.5.0/index.html
index 74e5f55e..c6d2adc2 100644
--- a/htdocs/onlinedocs/6.5.0/index.html
+++ b/htdocs/onlinedocs/6.5.0/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 6.5 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/7.1.0/index.html b/htdocs/onlinedocs/7.1.0/index.html
index 5e8a1c11..1715a9ba 100644
--- a/htdocs/onlinedocs/7.1.0/index.html
+++ b/htdocs/onlinedocs/7.1.0/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 7.1 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/7.2.0/index.html b/htdocs/onlinedocs/7.2.0/index.html
index 2044c4eb..fc977761 100644
--- a/htdocs/onlinedocs/7.2.0/index.html
+++ b/htdocs/onlinedocs/7.2.0/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 7.2 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/7.3.0/index.html b/htdocs/onlinedocs/7.3.0/index.html
index fb6c7fd3..c2b9ff7b 100644
--- a/htdocs/onlinedocs/7.3.0/index.html
+++ b/htdocs/onlinedocs/7.3.0/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 7.3 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/7.4.0/index.html b/htdocs/onlinedocs/7.4.0/index.html
index 90e6e5fc..b13f1d4e 100644
--- a/htdocs/onlinedocs/7.4.0/index.html
+++ b/htdocs/onlinedocs/7.4.0/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 7.4 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/7.5.0/index.html b/htdocs/onlinedocs/7.5.0/index.html
index a529816a..903e6fc5 100644
--- a/htdocs/onlinedocs/7.5.0/index.html
+++ b/htdocs/onlinedocs/7.5.0/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 7.5 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/8.1.0/index.html b/htdocs/onlinedocs/8.1.0/index.html
index e27f359f..5295a6f3 100644
--- a/htdocs/onlinedocs/8.1.0/index.html
+++ b/htdocs/onlinedocs/8.1.0/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 8.1 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/8.2.0/index.html b/htdocs/onlinedocs/8.2.0/index.html
index fe153b90..6af8a250 100644
--- a/htdocs/onlinedocs/8.2.0/index.html
+++ b/htdocs/onlinedocs/8.2.0/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 8.2 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/8.3.0/index.html b/htdocs/onlinedocs/8.3.0/index.html
index fccb3d3d..26c90187 100644
--- a/htdocs/onlinedocs/8.3.0/index.html
+++ b/htdocs/onlinedocs/8.3.0/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 8.3 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/9.1.0/index.html b/htdocs/onlinedocs/9.1.0/index.html
index 83a814d6..6a9a3fe5 100644
--- a/htdocs/onlinedocs/9.1.0/index.html
+++ b/htdocs/onlinedocs/9.1.0/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 9.1 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/9.2.0/index.html b/htdocs/onlinedocs/9.2.0/index.html
index 4cba63ed..09abe3e8 100644
--- a/htdocs/onlinedocs/9.2.0/index.html
+++ b/htdocs/onlinedocs/9.2.0/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 9.2 manuals</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/onlinedocs/index.html b/htdocs/onlinedocs/index.html
index 611abc7a..5b891f48 100644
--- a/htdocs/onlinedocs/index.html
+++ b/htdocs/onlinedocs/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC online documentation</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/projects/ast-optimizer.html b/htdocs/projects/ast-optimizer.html
index 08527a77..ff8b5bdf 100644
--- a/htdocs/projects/ast-optimizer.html
+++ b/htdocs/projects/ast-optimizer.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Abstract Syntax Tree Optimizations</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/projects/beginner.html b/htdocs/projects/beginner.html
index 906c8e24..c4b7214c 100644
--- a/htdocs/projects/beginner.html
+++ b/htdocs/projects/beginner.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Simple GCC projects</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/projects/bp/main.html b/htdocs/projects/bp/main.html
index 337de7cb..98d69f61 100644
--- a/htdocs/projects/bp/main.html
+++ b/htdocs/projects/bp/main.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Bounds Checking in C &amp; C++ using Bounded Pointers</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/projects/c-frontend.html b/htdocs/projects/c-frontend.html
index a9feade2..2414d751 100644
--- a/htdocs/projects/c-frontend.html
+++ b/htdocs/projects/c-frontend.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Projects for the C front end</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/projects/cfg.html b/htdocs/projects/cfg.html
index 14e21848..dac75c68 100644
--- a/htdocs/projects/cfg.html
+++ b/htdocs/projects/cfg.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Improving GCC's Infrastructure (Central Flow Graph)</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/projects/cfo.html b/htdocs/projects/cfo.html
index 3cda7112..7bf2b4fb 100644
--- a/htdocs/projects/cfo.html
+++ b/htdocs/projects/cfo.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Code Factoring Optimizations</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/projects/cli.html b/htdocs/projects/cli.html
index 9e16713d..fcbcbaed 100644
--- a/htdocs/projects/cli.html
+++ b/htdocs/projects/cli.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CLI Back-End and Front-End</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/projects/cpplib.html b/htdocs/projects/cpplib.html
index acf28291..a005b400 100644
--- a/htdocs/projects/cpplib.html
+++ b/htdocs/projects/cpplib.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>cpplib TODO</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/projects/cxx-dr-status.html b/htdocs/projects/cxx-dr-status.html
index 3775cab4..1b2cb505 100644
--- a/htdocs/projects/cxx-dr-status.html
+++ b/htdocs/projects/cxx-dr-status.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <title>C++ Defect Report Support in GCC</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/projects/cxx-reflection/index.html b/htdocs/projects/cxx-reflection/index.html
index d017b36f..2f5dd953 100644
--- a/htdocs/projects/cxx-reflection/index.html
+++ b/htdocs/projects/cxx-reflection/index.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Compile Time Reflection and Template Meta-Programming in C++</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index 7fda14cb..c6ff78e1 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <title>C++ Standards Support in GCC</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/projects/cxx0x.html b/htdocs/projects/cxx0x.html
index ef41d645..43cd7c87 100644
--- a/htdocs/projects/cxx0x.html
+++ b/htdocs/projects/cxx0x.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <meta http-equiv="refresh" content="1; url=cxx-status.html#cxx11" />
     
 <script>
diff --git a/htdocs/projects/cxx1y.html b/htdocs/projects/cxx1y.html
index ef851261..3709d1df 100644
--- a/htdocs/projects/cxx1y.html
+++ b/htdocs/projects/cxx1y.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <meta http-equiv="refresh" content="1; url=cxx-status.html#cxx14" />
     
 <script>
diff --git a/htdocs/projects/documentation.html b/htdocs/projects/documentation.html
index 2263ef44..6e773ea0 100644
--- a/htdocs/projects/documentation.html
+++ b/htdocs/projects/documentation.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Documentation projects</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html
index 990a6c5c..b96ce0d4 100644
--- a/htdocs/projects/gomp/index.html
+++ b/htdocs/projects/gomp/index.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GOMP &mdash; An OpenMP implementation for GCC</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/projects/gupc.html b/htdocs/projects/gupc.html
index 4fe9efbb..9d3aeda0 100644
--- a/htdocs/projects/gupc.html
+++ b/htdocs/projects/gupc.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GUPC &mdash; A UPC implementation for GCC</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/projects/h8300-abi.html b/htdocs/projects/h8300-abi.html
index e936d5a0..38fb41cc 100644
--- a/htdocs/projects/h8300-abi.html
+++ b/htdocs/projects/h8300-abi.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>H8/300 Application Binary Interface for GCC</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/projects/ia64.html b/htdocs/projects/ia64.html
index c021c7f6..176fa101 100644
--- a/htdocs/projects/ia64.html
+++ b/htdocs/projects/ia64.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Projects to improve performance on IA-64</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/projects/index.html b/htdocs/projects/index.html
index b5d5a167..2c6472cc 100644
--- a/htdocs/projects/index.html
+++ b/htdocs/projects/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC Projects</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/projects/mipso64-abi.html b/htdocs/projects/mipso64-abi.html
index 28d91837..08bd8c17 100644
--- a/htdocs/projects/mipso64-abi.html
+++ b/htdocs/projects/mipso64-abi.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>MIPS O64 Application Binary Interface for GCC</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/projects/optimize.html b/htdocs/projects/optimize.html
index 7c218038..591d466e 100644
--- a/htdocs/projects/optimize.html
+++ b/htdocs/projects/optimize.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Optimizer deficiencies</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/projects/prefetch.html b/htdocs/projects/prefetch.html
index c3c1c274..844a4988 100644
--- a/htdocs/projects/prefetch.html
+++ b/htdocs/projects/prefetch.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Data Prefetch Support</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/projects/sched-treegion.html b/htdocs/projects/sched-treegion.html
index 21f7ecd5..b906bcf0 100644
--- a/htdocs/projects/sched-treegion.html
+++ b/htdocs/projects/sched-treegion.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Treegion Scheduling</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/projects/strees/index.html b/htdocs/projects/strees/index.html
index 90523da5..61bd29fb 100644
--- a/htdocs/projects/strees/index.html
+++ b/htdocs/projects/strees/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Stree design notes</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/projects/tree-profiling.html b/htdocs/projects/tree-profiling.html
index 32284d33..5cab07e2 100644
--- a/htdocs/projects/tree-profiling.html
+++ b/htdocs/projects/tree-profiling.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Improving GCC's Interprocedural Optimization Infrastructure</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/projects/tree-ssa/index.html b/htdocs/projects/tree-ssa/index.html
index 50122e2a..884b57c8 100644
--- a/htdocs/projects/tree-ssa/index.html
+++ b/htdocs/projects/tree-ssa/index.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SSA for Trees</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/projects/tree-ssa/lno.html b/htdocs/projects/tree-ssa/lno.html
index 929d6be2..a6790775 100644
--- a/htdocs/projects/tree-ssa/lno.html
+++ b/htdocs/projects/tree-ssa/lno.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Loop Nest Optimizer</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/projects/tree-ssa/tree-browser.html b/htdocs/projects/tree-ssa/tree-browser.html
index 4e06662b..ce95a103 100644
--- a/htdocs/projects/tree-ssa/tree-browser.html
+++ b/htdocs/projects/tree-ssa/tree-browser.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Tree Browser</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/projects/tree-ssa/vectorization.html b/htdocs/projects/tree-ssa/vectorization.html
index 41e6c5f9..f7f551a2 100644
--- a/htdocs/projects/tree-ssa/vectorization.html
+++ b/htdocs/projects/tree-ssa/vectorization.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Auto-vectorization in GCC</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/projects/x86.html b/htdocs/projects/x86.html
index 6d56e561..88ab7c6e 100644
--- a/htdocs/projects/x86.html
+++ b/htdocs/projects/x86.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Optimizer deficiencies for the ia32 and x86-64 architectures</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/readings.html b/htdocs/readings.html
index e95760af..4101fc4b 100644
--- a/htdocs/readings.html
+++ b/htdocs/readings.html
@@ -7,6 +7,7 @@ 
 -->
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <meta name="keywords" content="GCC, compilers, optimization, documentation, FAQ, standards" />
 <title>Links and Selected Readings</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
diff --git a/htdocs/releases.html b/htdocs/releases.html
index 4e1bcd44..c7a9bf1c 100644
--- a/htdocs/releases.html
+++ b/htdocs/releases.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC Releases</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/releasing.html b/htdocs/releasing.html
index c214c081..5d08550c 100644
--- a/htdocs/releasing.html
+++ b/htdocs/releasing.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Rolling a GCC Release</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/rsync.html b/htdocs/rsync.html
index 71d21734..29e804ac 100644
--- a/htdocs/rsync.html
+++ b/htdocs/rsync.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <meta name="description" content="Anonymous rsync read-only access to the GCC project." />
 <meta name="keywords" content="SVN, version control, GCC, source, public, repository, rsync" />
 <title>GCC: Anonymous read-only rsync access</title>
diff --git a/htdocs/search.html b/htdocs/search.html
index 900abbc9..1ed61f3c 100644
--- a/htdocs/search.html
+++ b/htdocs/search.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC detailed search</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/simtest-howto.html b/htdocs/simtest-howto.html
index e1a6381c..714949d0 100644
--- a/htdocs/simtest-howto.html
+++ b/htdocs/simtest-howto.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>How to test GCC on a simulator</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/snapshots.html b/htdocs/snapshots.html
index 15d0671a..7b15b0f5 100644
--- a/htdocs/snapshots.html
+++ b/htdocs/snapshots.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC Snapshots</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/spam.html b/htdocs/spam.html
index 45b4bd38..f368ad9a 100644
--- a/htdocs/spam.html
+++ b/htdocs/spam.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title> Dealing with SPAM </title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/steering.html b/htdocs/steering.html
index 46920070..53faba78 100644
--- a/htdocs/steering.html
+++ b/htdocs/steering.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC steering committee</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/style.mhtml b/htdocs/style.mhtml
index 9b2375d2..c48a3a74 100644
--- a/htdocs/style.mhtml
+++ b/htdocs/style.mhtml
@@ -18,7 +18,6 @@ 
  </verbatim>
  <if <var-exists NOSTYLE>
   <group
-   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <link rel="shortcut icon" href="https://gcc.gnu.org/favicon.ico" />
   >
   <group
diff --git a/htdocs/svn.html b/htdocs/svn.html
index 2b90966b..dc60e7c8 100644
--- a/htdocs/svn.html
+++ b/htdocs/svn.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <meta name="description" content="Anonymous read-only access to the GCC project SVN source repository." />
 <meta name="keywords" content="SVN, version control, GCC, source, public, repository" />
 <title>GCC: Anonymous read-only SVN access</title>
diff --git a/htdocs/svnwrite.html b/htdocs/svnwrite.html
index 1a22133a..a1346be1 100644
--- a/htdocs/svnwrite.html
+++ b/htdocs/svnwrite.html
@@ -1,6 +1,7 @@ 
 <!DOCTYPE html>
 <html lang="en">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Read-write SVN access</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/testing/index.html b/htdocs/testing/index.html
index a7b0be1a..b46c7590 100644
--- a/htdocs/testing/index.html
+++ b/htdocs/testing/index.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC Testing Efforts</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/testing/testing-blitz.html b/htdocs/testing/testing-blitz.html
index a76d17ca..57d699f3 100644
--- a/htdocs/testing/testing-blitz.html
+++ b/htdocs/testing/testing-blitz.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Blitz++ build and test guide</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/testing/testing-boost.html b/htdocs/testing/testing-boost.html
index 6d847f53..bfa6824f 100644
--- a/htdocs/testing/testing-boost.html
+++ b/htdocs/testing/testing-boost.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Boost build and test guide</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/testing/testing-ftensor.html b/htdocs/testing/testing-ftensor.html
index 51fdc9b5..f2139ba2 100644
--- a/htdocs/testing/testing-ftensor.html
+++ b/htdocs/testing/testing-ftensor.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTensor build and test guide</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/testing/testing-lapack.html b/htdocs/testing/testing-lapack.html
index c1d59719..10d1d2b8 100644
--- a/htdocs/testing/testing-lapack.html
+++ b/htdocs/testing/testing-lapack.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LAPACK build and test guide</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/testing/testing-pooma.html b/htdocs/testing/testing-pooma.html
index b9142c82..95a3d8a1 100644
--- a/htdocs/testing/testing-pooma.html
+++ b/htdocs/testing/testing-pooma.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FreePOOMA build and test guide</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/testing/testing-qt.html b/htdocs/testing/testing-qt.html
index a952ec00..eaa12a7f 100644
--- a/htdocs/testing/testing-qt.html
+++ b/htdocs/testing/testing-qt.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Qt build and test guide</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
diff --git a/htdocs/translation.html b/htdocs/translation.html
index dc8f744e..c082731d 100644
--- a/htdocs/translation.html
+++ b/htdocs/translation.html
@@ -2,6 +2,7 @@ 
 <html lang="en">
 
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC and the Translation Project</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>