mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix #72353: Misleading quote concerning PCRE in "UTF-8 mode"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339309 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
06df50f0b1
commit
f41fee15b5
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- splitted from ./en/functions/pcre.xml, last change in rev 1.2 -->
|
||||
<chapter xml:id="reference.pcre.pattern.syntax" xmlns="http://docbook.org/ns/docbook">
|
||||
<chapter xml:id="reference.pcre.pattern.syntax" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Pattern Syntax</title>
|
||||
<titleabbrev>PCRE regex syntax</titleabbrev>
|
||||
|
||||
|
@ -1276,6 +1276,10 @@
|
|||
<para>
|
||||
In UTF-8 mode, characters with values greater than 128 do not match any
|
||||
of the POSIX character classes.
|
||||
As of PHP 5.3.0 and libpcre 8.10 some character classes are changed to use
|
||||
Unicode character properties, in which case the mentioned restriction does
|
||||
not apply. Refer to the <link xlink:href="&url.pcre.man;">PCRE(3) manual</link>
|
||||
for details.
|
||||
</para>
|
||||
<para>
|
||||
Unicode character properties can appear inside a character class. They can
|
||||
|
|
Loading…
Reference in a new issue