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