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. Can anybody with a more vanilla BSD try the above out and report what happens? I am mostly interested to see if this was inherited from BSD or something MacOS introduced. -- 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