From e618509dae5f48030fc900669ffa1962d7070a4c Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 23 Jul 2001 16:53:59 +0000 Subject: [PATCH] Further doc tweaks. p4raw-id: //depot/perl@11449 --- lib/UnicodeCD.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/UnicodeCD.pm b/lib/UnicodeCD.pm index e478ba2..c1ca6b4 100644 --- a/lib/UnicodeCD.pm +++ b/lib/UnicodeCD.pm @@ -392,7 +392,7 @@ or "U+" followed by hexadecimals. In addition to using the C<\p{In...}> and C<\P{In...}> constructs, you can also test whether a code point is in the I as returned by L and L or as the values of the hash returned -by L and by using charinrange(): +by L and L by using charinrange(): use UnicodeCD qw(charscript charinrange); @@ -541,16 +541,16 @@ true. Case distinctions in the condition list are not significant. Conditions preceded by "NON_" represent the negation of the condition A I is defined as a 2-letter ISO 3166 country code, possibly -followed by a "_" and a 2-letter ISO language code (, possibly followed -by a "_" and a variant code). You can find the list of those codes -in L and L. +followed by a "_" and a 2-letter ISO language code (possibly followed +by a "_" and a variant code). You can find the lists of those codes, +see L and L. A I is one of the following choices: FINAL The letter is not followed by a letter of general category L (e.g. Ll, Lt, Lu, Lm, or Lo) MODERN The mapping is only used for modern text - AFTER_i The last base character was "i" 0069 + AFTER_i The last base character was "i" (U+0069) For more information about case mappings see http://www.unicode.org/unicode/reports/tr21/ -- 2.7.4