On Wed, Jan 23, 2008 at 03:15:02AM -0500, Kevin Ballard wrote:
Entirely possible, though renormalizing file contents seems a bit less
likely. I will point out that the text input system in OS X seems to
default to producing NFC (at least, typing `echo 'Märchen' | xxd` in
the Terminal shows that the input string there is NFC).
I wonder what happens if you do this:
touch 'Märchen'
echo M*rchen | xxd -g1
Will that produce NFC or NFD?
Dmitry