From 2b0746b78719d1e8fba01721a5d907ef2f418c42 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Sun, 12 Aug 2001 12:38:23 +0000 Subject: [PATCH] There is no UTF8 encoding, in fact there is UTF-8 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@54421 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/iconv.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/iconv.xml b/functions/iconv.xml index 8afae9880c..0d9906f328 100644 --- a/functions/iconv.xml +++ b/functions/iconv.xml @@ -1,4 +1,4 @@ - + iconv functions iconv @@ -48,7 +48,7 @@ <function>iconv</function> example: -echo iconv("ISO-8859-1","UTF8","This is test."); +echo iconv("ISO-8859-1","UTF-8","This is test.");