mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
97925f5513
commit
2d4d3da13b
4 changed files with 41 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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 -->
|
||||
<!--
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue