Paolo Bonzini wrote:
> It would be nice to have something in coreutils doing normalization...

Bruno discussed adding a `unorm` util previously which we're considering:
http://lists.gnu.org/archive/html/bug-coreutils/2009-02/threads.html#00224

The alternative existing `uconv` mentioned in that thread is available
as part of the ICU project¹ available in the "libicu-dev" package on
debian/ubuntu, and in the "icu" package on fedora/redhat.
To do the NFC normalization one can use the `uconv -x nfc` filter

cheers,
Pádraig.

¹ http://google-opensource.blogspot.com/2009/05/happy-birthday-icu.html


Reply via email to