get_maintainer.pl: \C is deprecated
commitba10f729f1f158333fcffe00f8656365a74cc662
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 22 Sep 2015 09:54:32 +0000 (22 11:54 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 25 Sep 2015 10:04:41 +0000 (25 12:04 +0200)
tree5b8b1a1fa28ff89bddc168ca0771c1883d44ea6e
parent500887768a2428e480d13f6f0978f85d349bc312
get_maintainer.pl: \C is deprecated

"Match a single C-language char (octet) even if that is part of a larger
UTF-8 character.  Thus it breaks up characters into their UTF-8 bytes,
so you may end up with malformed pieces of UTF-8."

Just use a period instead.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
scripts/get_maintainer.pl