From owner-freebsd-current@FreeBSD.ORG Sat Feb 5 16:24:09 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FB841065672 for ; Sat, 5 Feb 2011 16:24:09 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from mail.icecube.wisc.edu (trout.icecube.wisc.edu [128.104.255.119]) by mx1.freebsd.org (Postfix) with ESMTP id E83558FC15 for ; Sat, 5 Feb 2011 16:24:08 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.icecube.wisc.edu (Postfix) with ESMTP id 5D9AC5811D for ; Sat, 5 Feb 2011 10:24:08 -0600 (CST) X-Virus-Scanned: amavisd-new at icecube.wisc.edu Received: from mail.icecube.wisc.edu ([127.0.0.1]) by localhost (trout.icecube.wisc.edu [127.0.0.1]) (amavisd-new, port 10030) with ESMTP id YzsSXoRlEMJ1 for ; Sat, 5 Feb 2011 10:24:08 -0600 (CST) Received: from wanderer.tachypleus.net (adsl-76-208-68-88.dsl.mdsnwi.sbcglobal.net [76.208.68.88]) by mail.icecube.wisc.edu (Postfix) with ESMTP id 003F35811B for ; Sat, 5 Feb 2011 10:24:07 -0600 (CST) Message-ID: <4D4D79A7.9000008@freebsd.org> Date: Sat, 05 Feb 2011 10:24:07 -0600 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20101227 Thunderbird/3.1.7 MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <4D25136A.4070107@freebsd.org> <868vxuett9.fsf@gmail.com> In-Reply-To: <868vxuett9.fsf@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: libdialog & wide charcter support (Was: Request for testing/comments -- import of new dialog/libdialog) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2011 16:24:09 -0000 On 02/05/11 03:04, Anonymous wrote: > Nathan Whitehorn writes: > >> As part of work on a new installer, I would like to update the base >> system dialog and libdialog to the newer one provided by Thomas Dickey >> (http://invisible-island.net/dialog/, ports as devel/cdialog). This is >> a much nicer, fuller featured version of dialog that simplifies the >> creation of new dialog-using tools (a longstanding impediment to a new >> versions of sade, sysinstall, etc.), and is under a marginally better >> license (LGPL2 instead of GPL2). >> >> Patches to effect the import can be found at: >> - http://people.freebsd.org/~nwhitehorn/libdialog-update.diff > > Unlike devel/cdialog your diff (and r217309) has wide character support > disabled. Was this intentional? For example, without it for each UTF-8 > character there'd be extra space padding in editobox, inputbox, fselect, > dselect, etc. > Thanks for the report! This is fixed in r218331. -Nathan