From owner-freebsd-stable@FreeBSD.ORG Tue Apr 10 04:50:55 2007 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E23D516A403 for ; Tue, 10 Apr 2007 04:50:55 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.freebsd.org (Postfix) with ESMTP id 78A7213C457 for ; Tue, 10 Apr 2007 04:50:55 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so8981ugh for ; Mon, 09 Apr 2007 21:50:54 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DpTaBPG11ghWXd6j+IDeOW7bDkR55RLcqbkqJmybW5o7hu6iNStVI6BRVdGUsugNWFwOhySMslcpQ4npChyzVxRqCgLC9wjlzUrbuIekQKCIoeGjqWt76rUArRRjMCdR6/eLvFRatVxCOO4mfRwl7znc+BL9vukisFZ10+aWHYA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NBt6JUZEA665a1z62o0dGnHiHidYmUAsriToMti7/ePwiqBgHg/9qUHF8s/yGAE0nV3lgJo7LBo3aV+JeCMUNBQchV2XJXlx1AP0D49CtCStRQ88aVZPJ+4Cynqm2DD5ZfzagYcrymyZJ6SXNAO1OFMrTUiDvQ210qb7MXnD91E= Received: by 10.82.162.14 with SMTP id k14mr8581209bue.1176180654178; Mon, 09 Apr 2007 21:50:54 -0700 (PDT) Received: by 10.82.106.12 with HTTP; Mon, 9 Apr 2007 21:50:53 -0700 (PDT) Message-ID: <6eb82e0704092150w110381d2j2b4998105da1fc32@mail.gmail.com> Date: Tue, 10 Apr 2007 12:50:53 +0800 From: "Rong-en Fan" To: "Nikolay Pavlov" , stable@freebsd.org In-Reply-To: <20070409200354.GA15020@zone3000.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6eb82e0704061105u1f2c2fedr95ceae1393c66b6c@mail.gmail.com> <20070409163354.GA15528@icarus.home.lan> <6eb82e0704091049u256f649ei80537fac7b876a92@mail.gmail.com> <20070409182108.GA17450@icarus.home.lan> <20070409184808.GA17933@icarus.home.lan> <20070409200354.GA15020@zone3000.net> Cc: Subject: Re: HEADS UP: ncurses is updated 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: Tue, 10 Apr 2007 04:50:56 -0000 On 4/10/07, Nikolay Pavlov wrote: > On Monday, 9 April 2007 at 11:48:08 -0700, Jeremy Chadwick wrote: > > On Mon, Apr 09, 2007 at 11:21:08AM -0700, Jeremy Chadwick wrote: > > > On Tue, Apr 10, 2007 at 01:49:32AM +0800, Rong-en Fan wrote: > > > > On 4/10/07, Jeremy Chadwick wrote: > > > > >The only thing I've found, though, is that dialog(1) does not appear to > > > > >properly handle UTF-8 encoding. Line drawing characters show up as > > > > >gibberish (alphanumeric characters). I realise dialog isn't part of > > > > >ncurses, but it does rely on it. We should consider updating dialog to > > > > >match this change. > > > > > > > > You mean it display sometihng like "tqxu" instead of line drawing > > > > characters? > > > > Last time I checked, I thought it is terminal related. When I use screen, it > > > > uses line drawing character. For PuTTY, see: > > > > > > > > http://lists.freebsd.org/pipermail/freebsd-questions/2007-April/146577.html > > > > This is quite applicable. I just now got around to reading it > > (should've done this before I sent my previous Email). Yep, that's the > > exact problem: > > > > /usr/bin/dialog: > > libdialog.so.5 => /usr/lib/libdialog.so.5 (0x3807e000) > > libncurses.so.6 => /lib/libncurses.so.6 (0x38099000) > > libc.so.6 => /lib/libc.so.6 (0x380dd000) > > > > At least I have a workaround with NCURSES_NO_UTF8_ACS=1. :-) > > I am not sure, but maybe this is related to ncurses update. I am getting > this trying to run sysinstall utility: > > Probing devices, please wait (this can take a while)...BARF 170 <105> > > Than goes EOL and exit... > > It's a current from April 6. The ncurses update to 5.6 is in late Jan, and enable wide character support it in late Feb. My sysinstall runs just fine under console and rxvt-unicode on my currenct as of yesterday. > > -- > ====================================================================== > - Best regards, Nikolay Pavlov. <<<----------------------------------- > ====================================================================== > >