vrana Mon Jan 9 13:46:10 2006 UTC
Modified files:
/phpdoc/en/reference/pcre pattern.syntax.xml
Log:
No Locale Support section (bug #35938)
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/pcre/pattern.syntax.xml?r1=1.12&r2=1.13&diff_format=u
Index: phpdoc/en/reference/pcre/pattern.syntax.xml
diff -u phpdoc/en/reference/pcre/pattern.syntax.xml:1.12
phpdoc/en/reference/pcre/pattern.syntax.xml:1.13
--- phpdoc/en/reference/pcre/pattern.syntax.xml:1.12 Sun Nov 6 11:16:18 2005
+++ phpdoc/en/reference/pcre/pattern.syntax.xml Mon Jan 9 13:46:10 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
<!-- splitted from ./en/functions/pcre.xml, last change in rev 1.2 -->
<refentry id="reference.pcre.pattern.syntax">
<refnamediv>
@@ -514,8 +514,7 @@
character, that is, any character which can be part of a
Perl "<literal>word</literal>". The definition of letters and digits is
controlled by PCRE's character tables, and may vary if locale-specific
- matching is taking place (see "Locale support"
- above). For example, in the "fr" (French) locale, some
+ matching is taking place. For example, in the "fr" (French) locale, some
character codes greater than 128 are used for accented letters,
and these are matched by <literal>\w</literal>.
</para>