summaryrefslogtreecommitdiff
path: root/lib/charnames.pm
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-03-05 02:13:09 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-03-05 02:13:09 +0000
commit55eda71149148d511e3e5da4f7c4e646dd445502 (patch)
tree5ac63e0b610b87bb3694e246aeccf3efd1f0489b /lib/charnames.pm
parent6e2c8ce6fba866a92c47c38076567c2392d3f577 (diff)
downloadperl-55eda71149148d511e3e5da4f7c4e646dd445502.tar.gz
Retracting \N{U+HHHH}.
p4raw-id: //depot/perl@9025
Diffstat (limited to 'lib/charnames.pm')
-rw-r--r--lib/charnames.pm3
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