diff --git a/_posts/05-05-01-PHP-and-UTF8.md b/_posts/05-05-01-PHP-and-UTF8.md index a4adcc7..5476057 100644 --- a/_posts/05-05-01-PHP-and-UTF8.md +++ b/_posts/05-05-01-PHP-and-UTF8.md @@ -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'); ?> + UTF-8 test page