Remove several html entities and replace them with utf8 chars so we can drop the

dtd include
#   replaced with nothing
# — with —
# € with €
# ä with ä
# Ä with Ä


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310796 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2011-05-05 20:59:34 +00:00
parent bc8c8ab759
commit 64042ccbff
15 changed files with 1789 additions and 1793 deletions

File diff suppressed because it is too large Load diff

View file

@ -23,10 +23,10 @@
<link linkend="errorfunc.constants.errorlevels.e-error">fatal error</link>.
</simpara>
<simpara>
If a path is defined &mdash; whether absolute (starting with a drive letter
If a path is defined whether absolute (starting with a drive letter
or <literal>\</literal> on Windows, or <literal>/</literal> on Unix/Linux
systems) or relative to the current directory (starting with
<literal>.</literal> or <literal>..</literal>) &mdash; the
<literal>.</literal> or <literal>..</literal>) the
<link linkend="ini.include-path">include_path</link> will be ignored
altogether. For example, if a filename begins with <literal>../</literal>,
the parser will look in the parent directory to find the requested file.

View file

@ -303,7 +303,7 @@ echo ++$a + $a++; // may print 4 or 5
</simpara>
<para>
The result of the modulus operator <literal>%</literal> has the same sign
as the dividend &mdash; that is, the result of <literal>$a % $b</literal>
as the dividend that is, the result of <literal>$a % $b</literal>
will have the same sign as <varname>$a</varname>. For example:
<informalexample>
<programlisting role="php">

View file

@ -98,7 +98,7 @@
partitions on *nix based systems, provided the appropriate permissions
are held. Warnings may be generated if the destination filesystem
doesn't permit <literal>chown()</literal> or
<literal>chmod()</literal> system calls to be made on files &mdash;
<literal>chmod()</literal> system calls to be made on files
for example, if the destination filesystem is a FAT filesystem.
</entry>
</row>

View file

@ -217,7 +217,7 @@
<entry>money_sign</entry>
<entry><type>string</type></entry>
<entry>The currency symbol to be used with the MONEY datatype</entry>
<entry>&euro;</entry>
<entry></entry>
</row>
<row valign="top">
<entry>money_precision</entry>

View file

@ -113,7 +113,7 @@
<entry>money_sign</entry>
<entry><type>string</type></entry>
<entry>The currency symbol to be used with the MONEY datatype</entry>
<entry>&euro;</entry>
<entry></entry>
</row>
<row valign="top">
<entry>money_precision</entry>

View file

@ -69,7 +69,7 @@
case folding is performed on the basis of the Unicode character
properties. Thus the behaviour of this function is not affected
by locale settings and it can convert any characters that have
'alphabetic' property, such as A-umlaut (&Auml;).
'alphabetic' property, such as A-umlaut (Ä).
</para>
<para>
For more information about the Unicode properties, please see <link

View file

@ -58,7 +58,7 @@
By contrast to <function>strtolower</function>, 'alphabetic' is
determined by the Unicode character properties. Thus the behaviour
of this function is not affected by locale settings and it can convert
any characters that have 'alphabetic' property, such as A-umlaut (&Auml;).
any characters that have 'alphabetic' property, such as A-umlaut (Ä).
</para>
</refsect1>

View file

@ -58,7 +58,7 @@
By contrast to <function>strtoupper</function>, 'alphabetic' is
determined by the Unicode character properties. Thus the behaviour of this
function is not affected by locale settings and it can convert any
characters that have 'alphabetic' property, such as a-umlaut (&auml;).
characters that have 'alphabetic' property, such as a-umlaut (ä).
</para>
</refsect1>

View file

@ -57,7 +57,7 @@
document is current), <literal>numReturned</literal> (the number
returned by the server in the current batch), and
<literal>server</literal> (which server the query was sent
to&mdash;useful in conjunction with
touseful in conjunction with
<function>MongoCursor::slaveOkay</function>).
</entry>
</row>

View file

@ -207,7 +207,6 @@
<row>
<entry>OCI_B_BIN</entry>
<entry>
&nbsp;
</entry>
</row>
<row>
@ -285,7 +284,6 @@
<row>
<entry>SQLT_BDOUBLE</entry>
<entry>
&nbsp;
</entry>
</row>
<row>
@ -297,7 +295,6 @@
<row>
<entry>SQLT_BFLOAT</entry>
<entry>
&nbsp;
</entry>
</row>
<row>
@ -405,7 +402,6 @@
<row>
<entry>SQLT_UIN</entry>
<entry>
&nbsp;
</entry>
</row>
<row>

View file

@ -51,11 +51,11 @@
<tbody>
<row>
<entry><literal>ALTER</literal></entry>
<entry>&nbsp;</entry>
<entry></entry>
</row>
<row>
<entry><literal>BEGIN</literal></entry>
<entry>&nbsp;</entry>
<entry></entry>
</row>
<row>
<entry><literal>CALL</literal></entry>
@ -63,35 +63,35 @@
</row>
<row>
<entry><literal>CREATE</literal></entry>
<entry>&nbsp;</entry>
<entry></entry>
</row>
<row>
<entry><literal>DECLARE</literal></entry>
<entry>&nbsp;</entry>
<entry></entry>
</row>
<row>
<entry><literal>DELETE</literal></entry>
<entry>&nbsp;</entry>
<entry></entry>
</row>
<row>
<entry><literal>DROP</literal></entry>
<entry>&nbsp;</entry>
<entry></entry>
</row>
<row>
<entry><literal>INSERT</literal></entry>
<entry>&nbsp;</entry>
<entry></entry>
</row>
<row>
<entry><literal>SELECT</literal></entry>
<entry>&nbsp;</entry>
<entry></entry>
</row>
<row>
<entry><literal>UPDATE</literal></entry>
<entry>&nbsp;</entry>
<entry></entry>
</row>
<row>
<entry><literal>UNKNOWN</literal></entry>
<entry>&nbsp;</entry>
<entry></entry>
</row>
</tbody>
</tgroup>

View file

@ -20,7 +20,7 @@
<para>
Note that 'alphabetic' is determined by the current locale. For
instance, in the default "C" locale characters such as umlaut-a
(&auml;) will not be converted.
(ä) will not be converted.
</para>
</refsect1>

View file

@ -19,7 +19,7 @@
<para>
Note that 'alphabetic' is determined by the current locale. This means
that in i.e. the default "C" locale, characters such as umlaut-A
(&Auml;) will not be converted.
(Ä) will not be converted.
</para>
</refsect1>

View file

@ -20,7 +20,7 @@
<para>
Note that 'alphabetic' is determined by the current locale. For
instance, in the default "C" locale characters such as umlaut-a
(&auml;) will not be converted.
(ä) will not be converted.
</para>
</refsect1>