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
This commit is contained in:
Gabor Hojtsy 2001-08-12 12:38:23 +00:00
parent 22a8c0610c
commit 2b0746b787

View file

@ -1,4 +1,4 @@
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<reference id="ref.iconv">
<title>iconv functions</title>
<titleabbrev>iconv</titleabbrev>
@ -48,7 +48,7 @@
<example>
<title><function>iconv</function> example:</title>
<programlisting role="php">
echo iconv("ISO-8859-1","UTF8","This is test.");
echo iconv("ISO-8859-1","UTF-8","This is test.");
</programlisting>
</example>
</para>