From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15753 invoked by alias); 16 Sep 2010 19:17:14 -0000 Received: (qmail 15743 invoked by uid 22791); 16 Sep 2010 19:17:13 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 16 Sep 2010 19:17:09 +0000 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o8GJH4sH010946 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 16 Sep 2010 15:17:05 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o8GJH3Pr000331; Thu, 16 Sep 2010 15:17:03 -0400 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id o8GJH2LG014514; Thu, 16 Sep 2010 15:17:03 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id A99233784BE; Thu, 16 Sep 2010 13:17:02 -0600 (MDT) From: Tom Tromey To: Jan Kratochvil Cc: Pierre Muller , gdb-patches@sourceware.org Subject: Re: [patch] Regression on py-prettyprint.exp: print estring [Re: Your INTERMEDIATE_ENCODING patch for Solaris] References: <001b01cb48ee$6b8425f0$428c71d0$@muller@ics-cnrs.unistra.fr> <44796.6229789474$1283326243@news.gmane.org> <000301cb4aa0$7c44fd70$74cef850$@muller@ics-cnrs.unistra.fr> <002301cb54bc$661506f0$323f14d0$@muller@ics-cnrs.unistra.fr> <20100916094921.GA5781@host1.dyn.jankratochvil.net> Date: Thu, 16 Sep 2010 20:33:00 -0000 In-Reply-To: <20100916094921.GA5781@host1.dyn.jankratochvil.net> (Jan Kratochvil's message of "Thu, 16 Sep 2010 11:49:21 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-09/txt/msg00306.txt.bz2 >>>>> "Jan" == Jan Kratochvil writes: Jan> The fix seems generally correct to me anyway. The conversion may Jan> not stop when it seens no more output space as the input may no Jan> longer produce any output. It is more questionable why wchar_t Jan> worked (and how is it different in glibc iconv). Jan> 2010-09-16 Jan Kratochvil Jan> * charset.c (wchar_iterate) : Return any possibly converted Jan> characters. Thanks, I agree this is correct. Tom