On Thu, May 31, 2012 at 1:45 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > > Lanny Ripple <lanny@xxxxxxxxxxxxxxxxx> writes: > > > lanny;~> echo "Rémi Leblond" | LANG=C LC_ALL=C sed -ne 's/.*/GIT_AUTHOR_NAME='\''&'\''/p' > > GIT_AUTHOR_NAME='R'émi Leblond > > So in C locale where each byte is supposed to be a single character, > that implementation of "sed" refuses to match a byte with high-bit > set when given a pattern '.'? > > That is a surprising breakage, I would have to say. FWIW, the command above correctly returns GIT_AUTHOR_NAME='Rémi Leblond' for me on OS X 10.8. Jürgen -- https://blackdown.de/ http://www.flickr.com/photos/jkreileder/ -- 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