diff --git a/app/webroot/test.php b/app/webroot/test.php index 5edad7f23..4963748cb 100644 --- a/app/webroot/test.php +++ b/app/webroot/test.php @@ -181,7 +181,7 @@ if (!vendor('simpletest' . DS . 'reporter')) { switch (CAKE_TEST_OUTPUT) { case CAKE_TEST_OUTPUT_HTML: $baseUrl = BASE; - $characterSet = 'ISO-8859-1'; + $characterSet = 'charset=utf-8'; include CAKE . 'tests' . DS . 'lib' . DS . 'header.php'; break; case CAKE_TEST_OUTPUT_TEXT: diff --git a/cake/console/libs/templates/skel/webroot/test.php b/cake/console/libs/templates/skel/webroot/test.php index 5edad7f23..4963748cb 100644 --- a/cake/console/libs/templates/skel/webroot/test.php +++ b/cake/console/libs/templates/skel/webroot/test.php @@ -181,7 +181,7 @@ if (!vendor('simpletest' . DS . 'reporter')) { switch (CAKE_TEST_OUTPUT) { case CAKE_TEST_OUTPUT_HTML: $baseUrl = BASE; - $characterSet = 'ISO-8859-1'; + $characterSet = 'charset=utf-8'; include CAKE . 'tests' . DS . 'lib' . DS . 'header.php'; break; case CAKE_TEST_OUTPUT_TEXT: