Hi Guido: On Wed, 09 Apr 2008, Guido Pelzer wrote:
> is there a way to convert utf8-Normalization Form D (NFD) to > utf8-Normalization Form C (NFC)? > > which unix tool can i use? You could use libidn's C function stringprep_utf8_nfkc_normalize(3), available e.g. in the net-dns/libidn package in Gentoo. <http://www.usenet-forums.com/rsync/340339-converting-os-x-utf-8-nfd-utf-8-nfc.html> Note that Python has stringprep.py too: <http://docs.python.org/lib/module-stringprep.html> Best regards -- Tibor Simko ** CERN Document Server ** <http://cds.cern.ch/>
