diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-02-09 22:48:54 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-02-09 22:48:54 +0000 |
commit | 0616d9cfdb8de8640c79f893f72f62a1f933c63b (patch) | |
tree | b023e94292671b976b69ec502e99b2657073df84 /lib/Unicode | |
parent | fbb0b3b383a878902acf90a09bf05a52493ef56c (diff) | |
download | perl-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.pm | 1 |
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; |