vrana           Fri Aug 17 10:40:40 2007 UTC

  Modified files:              
    /phpdoc/en/reference/dom    reference.xml 
  Log:
  Uses UTF-8 (bug #41000)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/dom/reference.xml?r1=1.30&r2=1.31&diff_format=u
Index: phpdoc/en/reference/dom/reference.xml
diff -u phpdoc/en/reference/dom/reference.xml:1.30 
phpdoc/en/reference/dom/reference.xml:1.31
--- phpdoc/en/reference/dom/reference.xml:1.30  Sat Jun 30 14:14:03 2007
+++ phpdoc/en/reference/dom/reference.xml       Fri Aug 17 10:40:40 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.30 $ -->
+<!-- $Revision: 1.31 $ -->
 <!-- Purpose: xml -->
 <!-- Membership: bundled, external -->
 
@@ -17,6 +17,13 @@
     <para>
      For PHP 4, use <link linkend="ref.domxml">DOM XML</link>.
     </para>
+    <note>
+     <para>
+      DOM extension uses UTF-8 encoding. Use <function>utf8_encode</function>
+      and <function>utf8_decode</function> to work with texts in ISO-8859-1
+      encoding or <link linkend="ref.iconv">Iconv</link> for other encodings.
+     </para>
+    </note>
    </section>
 
    <section xml:id="dom.installation">

Reply via email to