From: Rafael Garcia-Suarez Date: Mon, 9 Feb 2004 22:48:54 +0000 (+0000) Subject: Add a note in Unicode::UCD about the _getcode() function X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0616d9cfdb8de8640c79f893f72f62a1f933c63b;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/lib/Unicode/UCD.pm b/lib/Unicode/UCD.pm index baafd1a..cce547b 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;