Fix #72921: The characters #& are not correctly displayed in the used font "Fira Sans"

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339925 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2016-08-23 11:04:01 +00:00
parent 15bae4a24d
commit d355f93c42

View file

@ -25,7 +25,7 @@
</para>
<para>
Following characters are preceded by a backslash:
<literal>#&amp;;`|*?~&lt;&gt;^()[]{}$\</literal>, <literal>\x0A</literal>
<literal>&amp;#;`|*?~&lt;&gt;^()[]{}$\</literal>, <literal>\x0A</literal>
and <literal>\xFF</literal>. <literal>'</literal> and <literal>"</literal>
are escaped only if they are not paired. In Windows, all these characters
plus <literal>%</literal> and <literal>!</literal> are replaced by a space instead.