From: John Marino Date: Fri, 7 Aug 2015 17:04:04 +0000 (+0200) Subject: cvs/easy-import.pl: Convert character to ASCII X-Git-Url: https://gitweb.dragonflybsd.org/~nant/dragonfly.git/commitdiff_plain/3611dc1959be2e12a340ebddadb7bc821e843795 cvs/easy-import.pl: Convert character to ASCII The author's name was using extended ASCII which sed rejects when the locale is set for UTF-8. Just use "oe" instead of the umlaut to resolve the problem easily. Reported by: Yellow Rabbit --- diff --git a/gnu/usr.bin/cvs/contrib/easy-import.pl b/gnu/usr.bin/cvs/contrib/easy-import.pl index 4103c1ddd6..d2f7cfba6f 100644 --- a/gnu/usr.bin/cvs/contrib/easy-import.pl +++ b/gnu/usr.bin/cvs/contrib/easy-import.pl @@ -6,7 +6,7 @@ # cares to do some of the `dirty' work like maintaining the modules # database accordingly. # -# Written by Jörg Wunsch, 95/03/07, and placed in the public domain. +# Written by Joerg Wunsch, 95/03/07, and placed in the public domain. # # $FreeBSD: src/gnu/usr.bin/cvs/contrib/easy-import.pl,v 1.16 1999/09/05 17:35:31 peter Exp $ # $DragonFly: src/gnu/usr.bin/cvs/contrib/easy-import.pl,v 1.2 2003/06/17 04:25:45 dillon Exp $