mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Typo..
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153604 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
cee35d96cd
commit
2181e74057
1 changed files with 6 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue