Date: 08/12/01
- Next message: Hartmut Holzgraefe: "[PHP-DOC] cvs: phpdoc /en/functions dbplus.xml"
- Previous message: Marco Cucinato: "[PHP-DOC] array.xml, again"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
goba Sun Aug 12 08:38:23 2001 EDT
Modified files:
/phpdoc/en/functions iconv.xml
Log:
There is no UTF8 encoding, in fact there is UTF-8
Index: phpdoc/en/functions/iconv.xml
diff -u phpdoc/en/functions/iconv.xml:1.4 phpdoc/en/functions/iconv.xml:1.5
--- phpdoc/en/functions/iconv.xml:1.4 Thu Aug 2 13:37:00 2001
+++ phpdoc/en/functions/iconv.xml Sun Aug 12 08:38:23 2001
@@ -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>
- Next message: Hartmut Holzgraefe: "[PHP-DOC] cvs: phpdoc /en/functions dbplus.xml"
- Previous message: Marco Cucinato: "[PHP-DOC] array.xml, again"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

