diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-10-25 20:06:17 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-11-11 10:11:33 -0700 |
commit | 84e61d73d3346e9347a106dca096f6f7d781cc85 (patch) | |
tree | 2aa14f63341303ad2d7941abc3e7c896aad71595 /lib/charnames.pm | |
parent | 6f613c73269ab31da4b87eae3af051905ffc94cf (diff) | |
download | perl-84e61d73d3346e9347a106dca096f6f7d781cc85.tar.gz |
charnames: Correct pod misstatement
Character names can contain Latin1 currently, not just ASCII.
Diffstat (limited to 'lib/charnames.pm')
-rw-r--r-- | lib/charnames.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/charnames.pm b/lib/charnames.pm index 8ed339c1a4..25c087d5d6 100644 --- a/lib/charnames.pm +++ b/lib/charnames.pm @@ -276,7 +276,7 @@ C<\N{123}> means to match 123 non-newline characters, and is not treated as a charnames alias. Aliases are discouraged from beginning with anything other than an alphabetic character and from containing anything other than alphanumerics, spaces, dashes, parentheses, and underscores. -Currently they must be ASCII. +Currently they must be Latin1. An alias can map to either an official Unicode character name (not a loose matched name) or to a |