From: Yasuo Ohgaki Date: Sun, 14 Jul 2002 01:12:23 +0000 (+0000) Subject: Move comment. X-Git-Tag: dev~311 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52f1ae5ac5ffabb3fcfad4cbf557d8ec1d579e5e;p=php Move comment. Remove a skip condition does not required. --- diff --git a/ext/iconv/tests/eucjp2utf8.inc b/ext/iconv/tests/eucjp2utf8.inc index 7fd64b410a..030d3aab57 100644 --- a/ext/iconv/tests/eucjp2utf8.inc +++ b/ext/iconv/tests/eucjp2utf8.inc @@ -40,7 +40,7 @@ $str = " ÆüËܸì¥Æ¥­¥¹¥È¤ÈEnglish Text "; -$str = iconv("EUC-JP", "UTF-8", $str); +$str = iconv("EUC-JP", "UTF-8", $str); /* libiconv(1.8) doesn't know "UTF8" but "UTF-8". */ $str = base64_encode($str); echo $str."\n"; diff --git a/ext/iconv/tests/eucjp2utf8.phpt b/ext/iconv/tests/eucjp2utf8.phpt index 69a659f3f0..92ae50a146 100644 --- a/ext/iconv/tests/eucjp2utf8.phpt +++ b/ext/iconv/tests/eucjp2utf8.phpt @@ -1,7 +1,7 @@ --TEST-- EUC-JP to UTF8 --SKIPIF-- - + --POST-- --GET-- --FILE--