mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
22a8c0610c
commit
2b0746b787
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue