Uses UTF-8 (bug #41000)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241425 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2007-08-17 10:40:40 +00:00
parent 8dc6aef215
commit 21fbd5449a

View file

@ -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">