git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153604 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Moriyoshi Koizumi 2004-03-13 23:41:01 +00:00
parent cee35d96cd
commit 2181e74057

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.10 $ -->
<!-- $Revision: 1.11 $ -->
<section id="mbstring.configuration">
&reftitle.runtime;
&extension.runtime;
@ -137,10 +137,11 @@
used by browsers.
</para>
<para>
Although browsers are enough to detect the character encoding
of a given HTML document by using heuristics, it would be better to set the
<literal>charset</literal> parameter in the <literal>Content-Type</literal>
HTTP header to the appropriate value by <function>header</function> or
Although popular browsers are capable of giving a reasonably accurate guess
to the character encoding of a given HTML document, it would be better to
set the <literal>charset</literal> parameter in the
<literal>Content-Type</literal> HTTP header to the appropriate value by
<function>header</function> or
<link linkend="ini.sect.data-handling">default_charset</link> ini setting.
</para>
<para>