From 52f1ae5ac5ffabb3fcfad4cbf557d8ec1d579e5e Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Sun, 14 Jul 2002 01:12:23 +0000 Subject: [PATCH] Move comment. Remove a skip condition does not required. --- ext/iconv/tests/eucjp2utf8.inc | 2 +- ext/iconv/tests/eucjp2utf8.phpt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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-- -- 2.40.0