From f8c567a1045c9372cfe6d313019209f01972d331 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Thu, 8 Dec 2016 15:58:21 +0000 Subject: [PATCH] Fix copy&paste error Patch provided by Andrey Gromov. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341345 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/intl/intlchar/iswhitespace.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/intl/intlchar/iswhitespace.xml b/reference/intl/intlchar/iswhitespace.xml index b5c58698c6..0e982cc49a 100644 --- a/reference/intl/intlchar/iswhitespace.xml +++ b/reference/intl/intlchar/iswhitespace.xml @@ -17,7 +17,7 @@ Determines if the specified code point is a whitespace character according to ICU. - A character is considered to be a Java whitespace character if and only if it satisfies one of the following criteria: + A character is considered to be a ICU whitespace character if and only if it satisfies one of the following criteria: It is a Unicode Separator character (categories "Z" = "Zs" or "Zl" or "Zp"), but is not also a non-breaking space (U+00A0 NBSP or U+2007 Figure Space or U+202F Narrow NBSP). It is U+0009 HORIZONTAL TABULATION.