From: Jarkko Hietaniemi Date: Sat, 10 May 2003 18:56:08 +0000 (+0000) Subject: Doc bug noticed by terry@eatoni.com (terry jones). X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=11785058c0b08a3960f7342e133e44fbc54cea1e;p=p5sagit%2Fp5-mst-13.2.git Doc bug noticed by terry@eatoni.com (terry jones). p4raw-id: //depot/perl@19476 --- diff --git a/lib/Unicode/UCD.pm b/lib/Unicode/UCD.pm index b28c6f7..3ca797e 100644 --- a/lib/Unicode/UCD.pm +++ b/lib/Unicode/UCD.pm @@ -522,7 +522,7 @@ sub compexcl { use Unicode::UCD 'casefold'; - my %casefold = casefold("09dc"); + my $casefold = casefold("09dc"); The casefold() returns the locale-independent case folding of the character specified by a B. @@ -595,7 +595,7 @@ sub casefold { use Unicode::UCD 'casespec'; - my %casespec = casespec("09dc"); + my $casespec = casespec("09dc"); The casespec() returns the potentially locale-dependent case mapping of the character specified by a B. The mapping