Displaying 1 result from an estimated 1 matches for "jdrexler".
Did you mean:
drexler
2005 Oct 27
0
Converting OS X UTF-8 NFD to UTF-8 NFC
..., f->basename);
} else
strcpy(fbuf, f->basename);
+
+ norm = stringprep_utf8_nfkc_normalize(fbuf, -1);
+ strcpy(fbuf, norm);
+ free(norm);
+
return fbuf;
}
----------------------------
--
Josef Drexler | http://jdrexler.com/home/
---------------------------------+---------------------------------------
Please help Conserve Gravity | Email address is *valid*.
Don't do push ups | Don't remove the "nospam" part.