NormalizeString POD Fixing and variable renaming
authorPaul Poulain <paul.poulain@biblibre.com>
Wed, 15 Dec 2010 19:29:50 +0000 (20:29 +0100)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 21 Feb 2011 17:35:08 +0000 (12:35 -0500)
commit0208c9d66100424e4186f895a9e3357ed1001140
tree7860ea96abf3d9948a0831569d1d2eddb164609f
parent31760556526f2cca3082e490384d30324b6deb8b
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>
(cherry picked from commit 4117b293f633597e74e3dda9e1e52810d31ad23d)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Charset.pm