Hi, On Sat, 8 Jul 2006, Johannes Schindelin wrote: > On Sat, 8 Jul 2006, Shawn Pearce wrote: > > > I'm not sure what is going on here but on my Mac OS X system > > the file `gitweb/test/Marchen` is always untracked: > > Will investigate, And so I did. It seems the problem is not reading, but _writing_. > touch $(echo -e 'M\xc3\xa4rchen') > ls *en|hexdump -C 00000000 4d 61 cc 88 72 63 68 65 6e 0a |Ma..rchen.| 0000000a So, instead of writing "4d c3 a4 72 63 68 65 6e" it actually writes "4d 61 cc 88 72 63 68 65 6e". It might be possible that this is some "intelligent" encoding mapping, but ... > echo $LC_ALL de-DE.utf-8 ... so I think Mac OS X is wrong. Ciao, Dscho - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html