precompose-utf8: do not call checks for non-ascii "utf8"
commit9a27f967055afe64dc5f7c4ed44e7ca06707e538
authorJunio C Hamano <gitster@pobox.com>
Mon, 20 Aug 2012 18:12:58 +0000 (20 11:12 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Aug 2012 18:12:58 +0000 (20 11:12 -0700)
tree09ab6d476acfa332351e7965c47fdc02403d82f3
parent5f8580ad471ecd1745107b5ab1f9792e1d855743
precompose-utf8: do not call checks for non-ascii "utf8"

As suggested by Linus, this function is not checking UTF-8-ness of the
string; it only is seeing if it is pure US-ASCII.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/precompose_utf8.c