From 983f8986196d78a12c4131fa9baf3b9f6f67fb20 Mon Sep 17 00:00:00 2001 From: Rui Hirokawa Date: Fri, 20 Jul 2001 22:33:48 +0000 Subject: [PATCH] cosmetic changes and updated translation. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@51923 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/pcre.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/functions/pcre.xml b/functions/pcre.xml index c942fa4277..bb75777b76 100644 --- a/functions/pcre.xml +++ b/functions/pcre.xml @@ -840,6 +840,16 @@ $fl_array = preg_grep ("/^(\d+)?\.\d+$/", $array); + + u (PCRE_UTF8) + + + This modifier turns on additional functionality of PCRE that + is incompatible with Perl. Pattern strings are treated as + UTF-8. This modifier is available from PHP 4.0.7 or greater. + + +