Unicode::UCD: Use NFD(), not NFKD() for Hangul syllables
authorKarl Williamson <public@khwilliamson.com>
Sun, 28 Aug 2011 18:23:36 +0000 (12:23 -0600)
committerKarl Williamson <public@khwilliamson.com>
Fri, 2 Sep 2011 17:57:44 +0000 (11:57 -0600)
commit94c91ffce4d762ae97191ff1793a44b41a0b93ca
tree2a5692b77f4313ae20728ff4ec0b13b60c5a2429
parenteefd7bc2e29af165901c413239450ee3cde8cdfb
Unicode::UCD: Use NFD(), not NFKD() for Hangul syllables

These decompositions are all canonical, not compatible only, so it gives
the same result, and I think it's clearer, explained in the revised
comment.
lib/Unicode/UCD.pm