From ea5acc0ff69cde3bfc8ddba98999850e9d48c576 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sun, 6 Nov 2011 16:13:34 -0700 Subject: [PATCH] perluniprops: Change section name This is no longer about just regular expression properties, but about character properties. --- lib/unicore/mktables | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/unicore/mktables b/lib/unicore/mktables index ec893af..80a19d1 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -13718,7 +13718,7 @@ Perl can provide access to all non-provisional Unicode character properties, though not all are enabled by default. The omitted ones are the Unihan properties (accessible via the CPAN module L) and certain deprecated or Unicode-internal properties. (An installation may choose to -recompile Perl's tables to change this. See L.) For most purposes, access to Unicode properties from the Perl core is through @@ -13997,7 +13997,7 @@ contains related functions viacode(), vianame(), and string_vianame(). Finally, most properties related to decomposition are accessible via L. -=head1 Unicode regular expression properties that are NOT accepted by Perl +=head1 Unicode character properties that are NOT accepted by Perl Perl will generate an error for a few character properties in Unicode when used in a regular expression. The non-Unihan ones are listed below, with the -- 2.7.4