]> granicus.if.org Git - php/commitdiff
moved to ext/iconv.
authorRui Hirokawa <hirokawa@php.net>
Tue, 9 Jan 2001 15:40:49 +0000 (15:40 +0000)
committerRui Hirokawa <hirokawa@php.net>
Tue, 9 Jan 2001 15:40:49 +0000 (15:40 +0000)
ext/standard/tests/string/001.phpt [deleted file]

diff --git a/ext/standard/tests/string/001.phpt b/ext/standard/tests/string/001.phpt
deleted file mode 100644 (file)
index ac7c5dc..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---TEST--
-iconv test
---FILE--
-<?php
-
-$test = "Stig Sæther Bakken";
-print "$test\n";
-printf("%s\n", iconv("iso-8859-1", "utf-8", $test));
-
-?>
---EXPECT--
-Stig Sæther Bakken
-Stig Sæther Bakken