2012/1/22 Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>: >>> In order to prevent that ever a file name in decomposed unicode is >>> entering the index, a "brute force" attempt is taken: all arguments into >>> git (argv[1]..argv[n]) are converted into precomposed unicode. Forgot one more thing. We have case-insensitive support in place already, we can hook precomposed form conversion there before comparing. In other words we just need to support {pre,de}composed-insensitive string compare. -- Duy -- 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