Fixed bug #51279 (Documentation is weak at "DOMDocument uses UTF-8")

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304551 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2010-10-20 08:52:35 +00:00
parent 97925f5513
commit 2d4d3da13b
4 changed files with 41 additions and 2 deletions

View file

@ -18,7 +18,7 @@
</para>
<note>
<para>
DOM extension uses UTF-8 encoding. Use <function>utf8_encode</function>
The 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>

View file

@ -327,6 +327,19 @@
</variablelist>
</section>
<!-- }}} -->
<!-- {{{ Notes -->
<section role="notes">
&reftitle.notes;
<note>
<para>
The 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>
<!-- }}} -->
<!-- {{{ See also -->
<section role="seealso">

View file

@ -85,6 +85,19 @@
</variablelist>
</section>
<!-- }}} -->
<!-- {{{ Notes -->
<section role="notes">
&reftitle.notes;
<note>
<para>
The 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>
<!-- }}} -->
<!-- {{{ See also -->
<!--

View file

@ -256,7 +256,20 @@
</variablelist>
</section>
<!-- }}} -->
<!-- {{{ Notes -->
<section role="notes">
&reftitle.notes;
<note>
<para>
The 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>
<!-- }}} -->
<!-- {{{ See also -->
<section role="seealso">
&reftitle.seealso;