diff options
Diffstat (limited to 'lib/Unicode')
-rw-r--r-- | lib/Unicode/UCD.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Unicode/UCD.pm b/lib/Unicode/UCD.pm index b28c6f7d83..3ca797ec5a 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<code point argument>. @@ -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<code point argument>. The mapping |