Your message dated Sat, 11 Jun 2005 17:34:18 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#258079: libncurses5: curses not handling utf8 properly ??
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 7 Jul 2004 14:41:14 +0000
>From [EMAIL PROTECTED] Wed Jul 07 07:41:14 2004
Return-path: <[EMAIL PROTECTED]>
Received: from cirse.extra.cea.fr [132.166.172.102]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1BiDbm-0008Lg-00; Wed, 07 Jul 2004 07:41:14 -0700
Received: from argiope.saclay.cea.fr (argiope.saclay.cea.fr [132.166.192.108])
by cirse.extra.cea.fr (8.12.10/CEAnet-Internet.3.0) with ESMTP id
i67Eehu7007926
for <[EMAIL PROTECTED]>; Wed, 7 Jul 2004 16:40:43 +0200 (MEST)
Received: from muguet.saclay.cea.fr (unverified) by argiope.saclay.cea.fr
(Content Technologies SMTPRS 4.3.12) with ESMTP id <[EMAIL PROTECTED]>;
Wed, 7 Jul 2004 16:40:43 +0200
Received: from gaia ([132.166.53.137])
by muguet.saclay.cea.fr (8.12.10/CEAnet-internes.3.0) with ESMTP id
i67EegHL019285;
Wed, 7 Jul 2004 16:40:42 +0200 (MEST)
Received: from fourmond by gaia with local (Exim 3.36 #1 (Debian))
id 1BiDbA-0000RE-00; Wed, 07 Jul 2004 16:40:36 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Vincent Fourmond <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: libncurses5: curses not handling utf8 properly ??
X-Mailer: reportbug 2.63
Date: Wed, 07 Jul 2004 16:40:36 +0200
Message-Id: <[EMAIL PROTECTED]>
Sender: Vincent Fourmond <[EMAIL PROTECTED]>
X-BadReturnPath: [EMAIL PROTECTED] rewritten as [EMAIL PROTECTED]
using "From" header
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
Package: libncurses5
Version: 5.4-4
Severity: important
Hello !
Some time ago, I was using programs doing stuff with ncurses and utf8 unicode
(using
uxterm). It was working fine until quite recently (I can't remember when). And
since, a good
amount of characters dont want to be displayed properly.
It seems linked to the fact that the multibyte starts with a 320 octal byte.
Moreover, the
problem just shows up on printing (the chars are transmitted fine with getch)
and only when
I use the elaborated ncurses (addstr and such). With the dirty hacks of using
directly putp
and such, everything is fine.
I just don't really understand. I did file a bug report as well to uxterm, as
I don't
really know where this is coming from. Do you have any idea ?? Thanks a lot !!
Vincent Fourmond
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.0
Locale: LANG=C, LC_CTYPE=C
Versions of packages libncurses5 depends on:
ii libc6 2.3.2.ds1-13 GNU C Library: Shared libraries an
-- no debconf information
---------------------------------------
Received: (at 258079-done) by bugs.debian.org; 11 Jun 2005 21:34:20 +0000
>From [EMAIL PROTECTED] Sat Jun 11 14:34:20 2005
Return-path: <[EMAIL PROTECTED]>
Received: from nevyn.them.org [66.93.172.17] (Debian-exim)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DhDcR-00034F-00; Sat, 11 Jun 2005 14:34:19 -0700
Received: from drow by nevyn.them.org with local (Exim 4.50)
id 1DhDcQ-0001Kh-67; Sat, 11 Jun 2005 17:34:18 -0400
Date: Sat, 11 Jun 2005 17:34:18 -0400
From: Daniel Jacobowitz <[EMAIL PROTECTED]>
To: Vincent Fourmond <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#258079: libncurses5: curses not handling utf8 properly ??
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.8i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
On Wed, Jul 07, 2004 at 04:40:36PM +0200, Vincent Fourmond wrote:
> Package: libncurses5
> Version: 5.4-4
> Severity: important
>
>
> Hello !
>
> Some time ago, I was using programs doing stuff with ncurses and utf8
> unicode (using
> uxterm). It was working fine until quite recently (I can't remember when).
> And since, a good
> amount of characters dont want to be displayed properly.
>
> It seems linked to the fact that the multibyte starts with a 320 octal
> byte. Moreover, the
> problem just shows up on printing (the chars are transmitted fine with getch)
> and only when
> I use the elaborated ncurses (addstr and such). With the dirty hacks of using
> directly putp
> and such, everything is fine.
>
> I just don't really understand. I did file a bug report as well to uxterm,
> as I don't
> really know where this is coming from. Do you have any idea ?? Thanks a lot !!
Hi Vincent,
Thomas asked you a couple of questions in followups, and I didn't see
any answers from you. If you still have this problem, and you still
think it's a bug in ncurses, please reopen or refile with answers to
those questions.
--
Daniel Jacobowitz
CodeSourcery, LLC
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]