diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-05 02:13:09 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-05 02:13:09 +0000 |
commit | 55eda71149148d511e3e5da4f7c4e646dd445502 (patch) | |
tree | 5ac63e0b610b87bb3694e246aeccf3efd1f0489b /lib/charnames.pm | |
parent | 6e2c8ce6fba866a92c47c38076567c2392d3f577 (diff) | |
download | perl-55eda71149148d511e3e5da4f7c4e646dd445502.tar.gz |
Retracting \N{U+HHHH}.
p4raw-id: //depot/perl@9025
Diffstat (limited to 'lib/charnames.pm')
-rw-r--r-- | lib/charnames.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/charnames.pm b/lib/charnames.pm index 1bb89b4393..875c0a5a94 100644 --- a/lib/charnames.pm +++ b/lib/charnames.pm @@ -86,9 +86,6 @@ charnames - define character names for C<\N{named}> string literal escape. use charnames qw(cyrillic greek); print "\N{sigma} is Greek sigma, and \N{be} is Cyrillic b.\n"; - use charnames ...; # either :full or :short will do - print "This is Unicode code point \N{U+263A}\n"; # explicit code point - =head1 DESCRIPTION Pragma C<use charnames> supports arguments C<:full>, C<:short> and |