Skip to content

Commit ed9ee28

Browse files
committed
Merge pull request tparisi#2 from greggman/utf8
Change to utf-8
2 parents 4c4dc5f + 140b076 commit ed9ee28

File tree

23 files changed

+23
-23
lines changed

23 files changed

+23
-23
lines changed

example01/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<head>
44
<title>Learning WebGL &mdash; Mandelbrot shader example</title>
5-
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
5+
<meta charset="utf-8">
66

77
<script id="shader-fs" type="x-shader/x-fragment">
88
precision mediump float;

example02/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<head>
44
<title>Learning WebGL &mdash; Mandelbrot shader on a spinning cube</title>
5-
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
5+
<meta charset="utf-8">
66

77
<script type="text/javascript" src="glMatrix-0.9.5.min.js"></script>
88
<script type="text/javascript" src="webgl-utils.js"></script>

example03/particles-01-noenable.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<head>
44
<title>Particles</title>
5-
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
5+
<meta charset="utf-8">
66

77

88
<script id="shader-fs" type="x-shader/x-fragment">

example03/particles-01.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<head>
44
<title>Particles</title>
5-
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
5+
<meta charset="utf-8">
66

77

88
<script id="shader-fs" type="x-shader/x-fragment">

example03/particles-02.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<head>
44
<title>Particles</title>
5-
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
5+
<meta charset="utf-8">
66

77

88
<script id="shader-fs" type="x-shader/x-fragment">

example03/particles-03.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<head>
44
<title>Particles</title>
5-
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
5+
<meta charset="utf-8">
66

77

88
<script id="shader-fs" type="x-shader/x-fragment">

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<html>
22
<head>
33
<title>WebGL Lessons</title>
4-
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
4+
<meta charset="utf-8">
55
<body>
66
<h1>WebGL Lessons</h1>
77

lesson01/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<head>
44
<title>Learning WebGL &mdash; lesson 1</title>
5-
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
5+
<meta charset="utf-8">
66

77
<script type="text/javascript" src="gl-matrix-min.js"></script>
88

lesson02/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<head>
44
<title>Learning WebGL &mdash; lesson 2</title>
5-
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
5+
<meta charset="utf-8">
66

77
<script type="text/javascript" src="gl-matrix-min.js"></script>
88

lesson03/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<head>
44
<title>Learning WebGL &mdash; lesson 3</title>
5-
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
5+
<meta charset="utf-8">
66

77
<script type="text/javascript" src="gl-matrix-min.js"></script>
88
<script type="text/javascript" src="webgl-utils.js"></script>

0 commit comments

Comments
 (0)