tAdd UTF-8 meta tag - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 9fe145fd4f646244ee92eb1c30c98e84e5d6aef8
(DIR) parent 91d4ed8f3fbd713087f7e05eb1b8ba3789f55d0c
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Sun, 13 Dec 2020 22:10:15 -0800
Add UTF-8 meta tag
Explicitly declare that all files are UTF-8-encoded
with a meta tag.
Diffstat:
M doc/aiplayer.html | 1 +
M doc/clientplay.html | 1 +
M doc/commandline.html | 1 +
M doc/configfile.html | 1 +
M doc/contribute.html | 1 +
M doc/credits.html | 1 +
M doc/developer.html | 1 +
M doc/i18n.html | 1 +
M doc/index.html | 1 +
M doc/installation.html | 1 +
M doc/metaserver.html | 1 +
M doc/protocol.html | 1 +
M doc/server.html | 1 +
M doc/servercommands.html | 1 +
M doc/windows.html | 1 +
15 files changed, 15 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/doc/aiplayer.html b/doc/aiplayer.html
t@@ -7,6 +7,7 @@
<head>
<title>Adding computer-controlled players</title>
+<meta charset="utf-8"/>
</head>
<body>
(DIR) diff --git a/doc/clientplay.html b/doc/clientplay.html
t@@ -7,6 +7,7 @@
<head>
<title>Playing the game: the dopewars client</title>
+<meta charset="utf-8"/>
</head>
<body>
(DIR) diff --git a/doc/commandline.html b/doc/commandline.html
t@@ -7,6 +7,7 @@
<head>
<title>dopewars command line options</title>
+<meta charset="utf-8"/>
</head>
<body>
(DIR) diff --git a/doc/configfile.html b/doc/configfile.html
t@@ -7,6 +7,7 @@
<head>
<title>dopewars configuration files</title>
+<meta charset="utf-8"/>
</head>
<body>
(DIR) diff --git a/doc/contribute.html b/doc/contribute.html
t@@ -7,6 +7,7 @@
<head>
<title>How to contribute</title>
+<meta charset="utf-8"/>
</head>
<body>
(DIR) diff --git a/doc/credits.html b/doc/credits.html
t@@ -7,6 +7,7 @@
<head>
<title>Credits and acknowledgements</title>
+<meta charset="utf-8"/>
</head>
<body>
(DIR) diff --git a/doc/developer.html b/doc/developer.html
t@@ -7,6 +7,7 @@
<head>
<title>Notes for developers</title>
+<meta charset="utf-8"/>
</head>
<body>
(DIR) diff --git a/doc/i18n.html b/doc/i18n.html
t@@ -7,6 +7,7 @@
<head>
<title>Internationalization</title>
+<meta charset="utf-8"/>
</head>
<body>
(DIR) diff --git a/doc/index.html b/doc/index.html
t@@ -13,6 +13,7 @@ td.linklist { vertical-align: top }
-->
</style>
<title>dopewars 1.6.1: Main Index</title>
+<meta charset="utf-8"/>
</head>
<body>
(DIR) diff --git a/doc/installation.html b/doc/installation.html
t@@ -7,6 +7,7 @@
<head>
<title>Obtaining and installing dopewars</title>
+<meta charset="utf-8"/>
</head>
<body>
(DIR) diff --git a/doc/metaserver.html b/doc/metaserver.html
t@@ -7,6 +7,7 @@
<head>
<title>The dopewars metaserver</title>
+<meta charset="utf-8"/>
</head>
<body>
(DIR) diff --git a/doc/protocol.html b/doc/protocol.html
t@@ -7,6 +7,7 @@
<head>
<title>The dopewars network protocol</title>
+<meta charset="utf-8"/>
</head>
<body>
(DIR) diff --git a/doc/server.html b/doc/server.html
t@@ -7,6 +7,7 @@
<head>
<title>Setting up and running a dopewars server</title>
+<meta charset="utf-8"/>
</head>
<body>
(DIR) diff --git a/doc/servercommands.html b/doc/servercommands.html
t@@ -7,6 +7,7 @@
<head>
<title>Interactive server commands</title>
+<meta charset="utf-8"/>
</head>
<body>
(DIR) diff --git a/doc/windows.html b/doc/windows.html
t@@ -7,6 +7,7 @@
<head>
<title>dopewars and Microsoft Windows</title>
+<meta charset="utf-8"/>
</head>
<body>