results2html: Declare character encoding for index.html.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 17 Sep 2017 17:08:21 +0000 (10:08 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 17 Sep 2017 17:08:21 +0000 (10:08 -0700)
results2html

index 988b1e26724566a60c810a330d7be6ac93ba86c2..b330c871abbdae8a74df08a6fa36cb5d52eb6c3b 100755 (executable)
@@ -151,6 +151,7 @@ open (INDEX, '>','index.html');
 print INDEX <<EOF;
 <html>
 <head>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
   <link rel="stylesheet" href="build.css">
 </head>
 <body>