From owner-freebsd-stable@FreeBSD.ORG Fri Jun 25 06:43:41 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36604106566B for ; Fri, 25 Jun 2010 06:43:41 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id F1D568FC0A for ; Fri, 25 Jun 2010 06:43:40 +0000 (UTC) Received: from baby-jane.lamaiziere.net (unknown [192.168.1.10]) by smtp.lamaiziere.net (Postfix) with ESMTP id 5ACB763307D for ; Fri, 25 Jun 2010 08:43:39 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id F312D2CEDB0 for ; Fri, 25 Jun 2010 08:44:27 +0200 (CEST) Date: Fri, 25 Jun 2010 08:44:26 +0200 From: Patrick Lamaiziere To: freebsd-stable@freebsd.org Message-ID: <20100625084426.27325876@davenulle.org> X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.7; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Subject: MFC for Easy Editor (ee) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2010 06:43:41 -0000 Hello, Accentued and 8 bits characters are broken in ee(1) since 8.0. This is fixed in HEAD in rev 196750, is it possible to mfc the fix? http://svn.freebsd.org/viewvc/base/head/contrib/ee/?view=log&pathrev=196750 The patch applies on 8.0 and works fine here. Thanks, regards.