From: Karl Williamson Date: Wed, 15 Jun 2011 18:08:40 +0000 (-0600) Subject: charnames pod: Note that BELL is now deprecated X-Git-Tag: accepted/trunk/20130322.191538~3720 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b59ae8bbf182ce00d4660c21e9672371448543a4;p=platform%2Fupstream%2Fperl.git charnames pod: Note that BELL is now deprecated --- diff --git a/lib/charnames.pm b/lib/charnames.pm index d758543..95bbc73 100644 --- a/lib/charnames.pm +++ b/lib/charnames.pm @@ -1077,7 +1077,8 @@ For the C0 and C1 control characters (U+0000..U+001F, U+0080..U+009F) there are no official Unicode names but you can use instead the ISO 6429 names (LINE FEED, ESCAPE, and so forth, and their abbreviations, LF, ESC, ...). In Unicode 3.2 (as of Perl 5.8) some naming changes took -place, and ISO 6429 was updated, see L. +place, and ISO 6429 was updated, see L. Since Unicode 6.0, it +is deprecated to use C. Instead use C (but C works). If the input name is unknown, C<\N{NAME}> raises a warning and substitutes the Unicode REPLACEMENT CHARACTER (U+FFFD).