Merge pull request #435 from GeertDD/patch-1

Add meta charset in head
This commit is contained in:
Phil Sturgeon
2014-10-08 09:52:05 -05:00

View File

@@ -109,10 +109,11 @@ $handle->execute();
// Store the result into an object that we'll output later in our HTML
$result = $handle->fetchAll(\PDO::FETCH_OBJ);
header('Content-Type: text/html; charset=utf-8');
header('Content-Type: text/html; charset=UTF-8');
?><!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>UTF-8 test page</title>
</head>
<body>