diff options
author | Karl Williamson <khw@khw-desktop.(none)> | 2010-02-25 12:25:04 -0700 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-02-28 10:15:19 -1000 |
commit | bee80e934506e8f08eff95006b7ded82be9dd431 (patch) | |
tree | 33abc25a8144ca206cf0089bd3a87d5f13ed298e /lib/charnames.pm | |
parent | df225385efadf8ebc97affe35811344361ca9090 (diff) | |
download | perl-bee80e934506e8f08eff95006b7ded82be9dd431.tar.gz |
Update documentation
List known bugs, mention new meaning of \N
Diffstat (limited to 'lib/charnames.pm')
-rw-r--r-- | lib/charnames.pm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/charnames.pm b/lib/charnames.pm index d1fd7c8493..ce0938bee9 100644 --- a/lib/charnames.pm +++ b/lib/charnames.pm @@ -444,7 +444,8 @@ brace-enclosed quantifier (see L<perlreref/QUANTIFIERS>). For example C<\N{123}> means to match 123 non-newline characters, and is not treated as an alias. Aliases are discouraged from beginning with anything other than an alphabetic character and from containing anything other than alphanumerics, -spaces, dashes, colons, parentheses, and underscores. +spaces, dashes, colons, parentheses, and underscores. Currently they must be +ASCII. =head2 Anonymous hashes @@ -561,6 +562,8 @@ otherwise. It is planned to change this to always return an ord. None of the functions work on almost all the Hangul syllable and CJK Unicode characters that have their code points as part of their names. +Names must be ASCII characters only. + Unicode standard named sequences are not recognized, such as C<LATIN CAPITAL LETTER A WITH MACRON AND GRAVE> (which should mean C<LATIN CAPITAL LETTER A WITH MACRON> with an additional |