moriyoshi Sat Mar 13 18:41:01 2004 EDT
Modified files:
/phpdoc/en/reference/mbstring ini.xml
Log:
- Typo..
http://cvs.php.net/diff.php/phpdoc/en/reference/mbstring/ini.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/mbstring/ini.xml
diff -u phpdoc/en/reference/mbstring/ini.xml:1.10
phpdoc/en/reference/mbstring/ini.xml:1.11
--- phpdoc/en/reference/mbstring/ini.xml:1.10 Sat Mar 13 06:45:37 2004
+++ phpdoc/en/reference/mbstring/ini.xml Sat Mar 13 18:41:01 2004
@@ -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>