From 78bb419c50c8f3f530e46e442d1e9a4de55e7669 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 15 Apr 2011 09:53:21 -0600 Subject: [PATCH] perluniprops: Linked to wrong pod; slight edits --- lib/unicore/mktables | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/lib/unicore/mktables b/lib/unicore/mktables index 2d1deb3..59267d2 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -13032,7 +13032,7 @@ Perl extension. There is some detail about Blocks, Scripts, General_Category, and Bidi_Class in L, but to find out about the intricacies of the Unicode properties, refer to the Unicode standard. A good starting place is L<$unicode_reference_url>. More information on the Perl extensions is in -L. +L. Note that you can define your own properties; see L. @@ -13097,8 +13097,8 @@ adjacent to (but within) the braces and the colon or equal sign. =back -Some properties are considered obsolete, but still available. There are -several varieties of obsolescence: +Some properties are considered obsolete by Unicode, but still available. +There are several varieties of obsolescence: =over 4 @@ -13118,8 +13118,8 @@ table. =item Deprecated An obsolete property may be deprecated, perhaps because its original intent -has been replaced by another property or because its specification was somehow -defective. This means that its use is strongly +has been replaced by another property, or because its specification was +somehow defective. This means that its use is strongly discouraged, so much so that a warning will be issued if used, unless the regular expression is in the scope of a C> statement. $A_bold_deprecated flags each such entry in the table, and @@ -13228,6 +13228,7 @@ $zero_matches A few properties are accessible in Perl via various function calls only. These are: + Lowercase_Mapping lc() and lcfirst() Titlecase_Mapping ucfirst() Uppercase_Mapping uc() -- 2.7.4