changeset 2494:8be11a6d8b59

Set full charset
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Fri, 02 Sep 2016 14:56:01 +0100
parents f0b0809c7ee5
children 21cd592fc15b 6655d528923a 309ed146c2e6
files index.html test.html test_create.html
diffstat 3 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Thu Aug 25 10:50:00 2016 +0100
+++ b/index.html	Fri Sep 02 14:56:01 2016 +0100
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
     <head>
-		<meta charset="utf-8" />
+		<meta http-equiv="content-type" content="text/html; charset=utf-8">
 
 
 		<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
--- a/test.html	Thu Aug 25 10:50:00 2016 +0100
+++ b/test.html	Fri Sep 02 14:56:01 2016 +0100
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
 	<head>
-		<meta charset="utf-8" />
+		<meta http-equiv="content-type" content="text/html; charset=utf-8">
 
 
 		<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
--- a/test_create.html	Thu Aug 25 10:50:00 2016 +0100
+++ b/test_create.html	Fri Sep 02 14:56:01 2016 +0100
@@ -1,5 +1,6 @@
 <html>
 <head>
+    <meta http-equiv="content-type" content="text/html; charset=utf-8">
     <!-- This defines the test creator tool for the Web Audio Evaluation Toolbox -->
     <link rel='stylesheet' type="text/css" href="test_create/style.css"/>
     <link rel='stylesheet' type="text/css" href="test_create/custom.css"/>