On Fri, Sep 25, 2009 at 06:43:20PM +0200, Christian Himpel wrote: > According to egrep(1) the US-ASCII table is used when LC_ALL=C is set. > We do not rely here on the LC_ALL value we get from the environment. Hmm. Probably makes sense here, as it is a wide enough range that it may pick up other stray non-ascii characters in other charsets (though as the manpage notes, the likely thing is to pick up A-Z along with a-z, which is OK here as we encompass both in our range). There are two other calls to egrep with brackets (both in git-submodule.sh), but they are just [0-7], which is presumably OK in just about any charset. Do you happen to know a charset in which this is a problem, just for reference? -Peff -- To unsubscribe from this list: 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