This commit is contained in:
Moriyoshi Koizumi 2002-12-12 21:44:53 +00:00
parent d679e5d2aa
commit 92d5faca60

View file

@ -3,7 +3,7 @@ Bug #20934 (htmlspecialchars returns latin1 from UTF-8)
--SKIPIF-- --SKIPIF--
<?php <?php
if (!function_exists("utf8_encode") || !function_exists("utf8_decode")) { if (!function_exists("utf8_encode") || !function_exists("utf8_decode")) {
die("Neither utf8_encode() nor utf8_decode() are available"); die("SKIP Neither utf8_encode() nor utf8_decode() are available");
} }
?> ?>
--FILE-- --FILE--