summaryrefslogtreecommitdiff
path: root/lib/Unicode
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-02-09 22:48:54 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-02-09 22:48:54 +0000
commit0616d9cfdb8de8640c79f893f72f62a1f933c63b (patch)
treeb023e94292671b976b69ec502e99b2657073df84 /lib/Unicode
parentfbb0b3b383a878902acf90a09bf05a52493ef56c (diff)
downloadperl-0616d9cfdb8de8640c79f893f72f62a1f933c63b.tar.gz
Add a note in Unicode::UCD about the _getcode() function
being copy-n-pasted in charnames.pm. (spotted by Merijn) p4raw-id: //depot/perl@22295
Diffstat (limited to 'lib/Unicode')
-rw-r--r--lib/Unicode/UCD.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Unicode/UCD.pm b/lib/Unicode/UCD.pm
index baafd1a257..cce547bca4 100644
--- a/lib/Unicode/UCD.pm
+++ b/lib/Unicode/UCD.pm
@@ -125,6 +125,7 @@ you will need also the compexcl(), casefold(), and casespec() functions.
=cut
+# NB: This function is duplicated in charnames.pm
sub _getcode {
my $arg = shift;