From: Vincent Pit Date: Wed, 31 May 2017 11:51:04 +0000 (+0200) Subject: Fix NFC description of caf\x{e9} X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FHash-Normalize.git;a=commitdiff_plain;h=76bf77637da1ea89b4666de262916519bbf7d235 Fix NFC description of caf\x{e9} --- diff --git a/lib/Hash/Normalize.pm b/lib/Hash/Normalize.pm index 9fd5d88..a498b2b 100644 --- a/lib/Hash/Normalize.pm +++ b/lib/Hash/Normalize.pm @@ -145,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 {