NormalizeString POD Fixing and variable renaming
authorPaul Poulain <paul.poulain@biblibre.com>
Wed, 15 Dec 2010 19:29:50 +0000 (20:29 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 17 Feb 2011 21:39:56 +0000 (10:39 +1300)
commit4117b293f633597e74e3dda9e1e52810d31ad23d
treedbd5e1bd1dd6a1ea4b4070dee67b49c1afeccf09
parentc3bca13ed9ff05f20e6e0a24e4c97f4bfbe734bb
NormalizeString POD Fixing and variable renaming

    POD was mistakenly telling that NFD was supposed to be the default
    encoding.  In fact, it is not, it is NFC.
    So the variable $nfc to change to the not default encoding was misleading.
    Renaming it into $nfd

(written by hdl)

Refactored by Chris Cormack

Signed-off-by: Davi <davi@gnu.org>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Charset.pm