From nobody@FreeBSD.org  Tue Aug 16 05:54:51 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3407F16A41F
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Aug 2005 05:54:51 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 076D943D45
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Aug 2005 05:54:51 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j7G5sofY093188
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Aug 2005 05:54:50 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j7G5sorW093187;
	Tue, 16 Aug 2005 05:54:50 GMT
	(envelope-from nobody)
Message-Id: <200508160554.j7G5sorW093187@www.freebsd.org>
Date: Tue, 16 Aug 2005 05:54:50 GMT
From: Alexander Botero-Lowry <alex@complete-systems.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: System ncurses does not have wide character functions
X-Send-Pr-Version: www-2.3

>Number:         84976
>Category:       gnu
>Synopsis:       System ncurses does not have wide character functions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 16 06:00:29 GMT 2005
>Closed-Date:    Thu Apr 26 01:51:43 GMT 2007
>Last-Modified:  Thu Apr 26 05:20:04 GMT 2007
>Originator:     Alexander Botero-Lowry
>Release:        FreeBD 6.0Beta1
>Organization:
>Environment:
FreeBSD Laptop 6.0-BETA1 FreeBSD 6.0-BETA1 #1: Sun Jul 31 23:21:29 EDT 2005     root@Laptop:/usr/src/sys/i386/compile/LAPTOP  i386
>Description:
      > nm /usr/lib/libncurses*.a | grep waddwstr
      >

ncurses in the default system seems to lack wide character support. 


>How-To-Repeat:
      Compile a program that uses wide chracter support using the base system ncurses. 
>Fix:
      I suppose --enable-widec in the configuration portion of make World for ncurses...
>Release-Note:
>Audit-Trail:

From: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
To: rafan@freebsd.org
Cc: bug-followup@freebsd.org, alex@complete-systems.net
Subject: Re: gnu/84976: System ncurses does not have wide character
	functions
Date: Wed, 25 Apr 2007 21:57:20 +0100

 Hi Rafan,
 
 I wonder if you could take a look at PR 84976 and confirm if your recent
 work on ncurses has resolved it please?  I believe the PR can now be
 closed, but you should probably confirm that is the case.
 
 Thanks,
 
 Gavin

From: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
To: bug-followup@freebsd.org
Cc: alexbl@freebsd.org
Subject: Re: gnu/84976: System ncurses does not have wide character
	functions
Date: Wed, 25 Apr 2007 22:17:11 +0100

 Note: original submitter's email bounces, he now seems to be
 alexbl@freebsd.org
State-Changed-From-To: open->feedback 
State-Changed-By: linimon 
State-Changed-When: Wed Apr 25 22:38:19 UTC 2007 
State-Changed-Why:  
Alex, is this problem now fixed with the latest import? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84976 

From: Alexander Botero-Lowry <alexbl@FreeBSD.org>
To: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
Cc: bug-followup@freebsd.org, rafan@freebsd.org
Subject: Re: gnu/84976: System ncruses does not have wide character functions
Date: Wed, 25 Apr 2007 18:08:50 -0700

 > Note: original submitter's email bounces, he now seems to be
 > alexbl@freebsd.org
 That'd be the case, but I bet this one should be closed.
State-Changed-From-To: feedback->closed 
State-Changed-By: linimon 
State-Changed-When: Thu Apr 26 01:51:28 UTC 2007 
State-Changed-Why:  
We believe that the latest MFC fixes this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84976 

From: Rong-En Fan <rafan@freebsd.org>
To: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
Cc: rafan@freebsd.org, bug-followup@freebsd.org, alex@complete-systems.net
Subject: Re: gnu/84976: System ncruses does not have wide character
	functions
Date: Thu, 26 Apr 2007 12:47:05 +0800

 It's solved by recent MFC of new ncurses to 6.x.
 We have wide character support in both 6 and 7.
 
>Unformatted:
