From 60d42009cb8c52016448d8dd8e95a2310dcf188a Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 14 Aug 2011 14:10:04 -0700 Subject: [PATCH] get authors.t passing again Ahem. Once you get things passing, you actually have to commit before pushing. :-( --- Porting/checkAUTHORS.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Porting/checkAUTHORS.pl b/Porting/checkAUTHORS.pl index 1dfa362..d59e41a 100755 --- a/Porting/checkAUTHORS.pl +++ b/Porting/checkAUTHORS.pl @@ -212,7 +212,7 @@ sub read_authors_files { my (%count, %raw); foreach my $filename (@authors) { open FH, "<$filename" or die "Can't open $filename: $!"; - binmode FH, ':encoding(ISO-8859-1)'; + binmode FH, ':encoding(UTF-8)'; while () { next if /^\#/; next if /^-- /; @@ -649,6 +649,7 @@ kane\100dwim.org kane\100xs4all.net + kane\100xs4all.nl + jos\100dwim.org + jib\100ripe.net +keith.s.thompson\100gmail.com kst\100mib.org ken\100mathforum.org kenahoo\100gmail.com + ken.williams\100thomsonreuters.com kroepke\100dolphin-services.de kay\100dolphin-services.de -- 2.7.4