]> granicus.if.org Git - php/commitdiff
Move comment.
authorYasuo Ohgaki <yohgaki@php.net>
Sun, 14 Jul 2002 01:12:23 +0000 (01:12 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Sun, 14 Jul 2002 01:12:23 +0000 (01:12 +0000)
Remove a skip condition does not required.

ext/iconv/tests/eucjp2utf8.inc
ext/iconv/tests/eucjp2utf8.phpt

index 7fd64b410a8ec6af66b06a913b9ae273149c0b03..030d3aab57b7cb990c9ac82cf4d38a888e394956 100644 (file)
@@ -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";
 
index 69a659f3f015d637958817454ba03420801dc7db..92ae50a146b5b731426b2dea3d5d3b4594e12c10 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 EUC-JP to UTF8
 --SKIPIF--
-<?php include('skipif.inc'); if (iconv("EUC-JP", "UTF-8", '') === FALSE) die("skip\n"); /* libiconv(1.8) doesn't know "UTF8" but "UTF-8". */ ?>
+<?php include('skipif.inc');?>
 --POST--
 --GET--
 --FILE--