X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FHash-Normalize.git;a=blobdiff_plain;f=lib%2FHash%2FNormalize.pm;h=a498b2b9cfe2dbcb585a017963154c148cceb81f;hp=194f2c1afdcd3e9a678b6926653fc085ea0e0434;hb=76bf77637da1ea89b4666de262916519bbf7d235;hpb=6f74ed5c3c28cff3671169c652710dca831ccf35 diff --git a/lib/Hash/Normalize.pm b/lib/Hash/Normalize.pm index 194f2c1..a498b2b 100644 --- a/lib/Hash/Normalize.pm +++ b/lib/Hash/Normalize.pm @@ -121,7 +121,6 @@ sub normalize (\%;$) { =head2 C my $mode = get_normalization %hash; - normalize %hash, $mode; Returns the current Unicode normalization scheme in use for C<%hash>, or C if it is a plain hash. @@ -146,7 +145,7 @@ Stashes (Perl symbol tables) are implemented as plain hashes, therefore one can } sub coffee_nfc { - café() # NFC, "cafe\x{e9}" + café() # NFC, "caf\x{e9}" } sub coffee_nfd {