From 1f5e1f524d1ebf6046d35d2d1a9f1a9e41ca4963 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 18 Dec 2010 18:03:45 +0100 Subject: gen-authors.sh: transcript non-ASCII letters to ensure that the AUTHORS file doesn't depend on a specific encoding --- gen-authors.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gen-authors.sh') diff --git a/gen-authors.sh b/gen-authors.sh index 5896984..4df27ae 100755 --- a/gen-authors.sh +++ b/gen-authors.sh @@ -23,6 +23,10 @@ cat AUTHORS-m4.tmp AUTHORS-git.tmp \ -e 's/Mats Kindahl of Sun Microsystems/Mats Kindahl/' \ -e 's/Perceval ANICHINI/Perceval Anichini/' \ -e 's/Rafa Rzepecki/Rafal Rzepecki/' \ + -e 's/Diego Elio Pettenò/Diego Elio Petteno`/' \ + -e 's/Václav Haisman/Vaclav Haisman/' \ + -e 's/Cristian Rodríguez/Cristian Rodriguez/' \ + -e 's/Mikael Lepistö/Mikael Lepisto/' \ -e '/Zmanda Inc./d' \ | sort \ | uniq -- cgit v1.2.1