Re: [PATCH v8] git on Mac OS and precomposed unicode

2012-07-08 Thread Andreas Schwab
Torsten Bögershausen writes: > Unlike on > HFS+, Mac OS X files on a VFAT drive (e.g. an USB drive), in ^stores? ^s/,// > precomposed unicode, but readdir() still returns file names in > decomposed unicode. Andreas. -- Andreas Schwab, sch...@lin

[PATCH v8] git on Mac OS and precomposed unicode

2012-07-08 Thread Torsten Bögershausen
Mac OS X mangles file names containing unicode on file systems HFS+, VFAT or SAMBA. When a file using unicode code points outside ASCII is created on a HFS+ drive, the file name is converted into decomposed unicode and written to disk. No conversion is done if the file name is already decomposed u