From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8683 invoked by alias); 18 Apr 2009 17:34:18 -0000 Received: (qmail 8675 invoked by uid 22791); 18 Apr 2009 17:34:17 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_83,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 18 Apr 2009 17:34:13 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n3IHXIkk019227 for ; Sat, 18 Apr 2009 13:33:18 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n3IHXHaw001042 for ; Sat, 18 Apr 2009 13:33:17 -0400 Received: from opsy.redhat.com (vpn-12-21.rdu.redhat.com [10.11.12.21]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n3IHXHJg027904; Sat, 18 Apr 2009 13:33:17 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 573A43784C3; Sat, 18 Apr 2009 11:33:16 -0600 (MDT) To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: Configuring gdb_wchar.h References: <8363hboz5x.fsf@gnu.org> <833acbo32k.fsf@gnu.org> <83ljpyi5ml.fsf@gnu.org> From: Tom Tromey Reply-To: Tom Tromey Date: Sat, 18 Apr 2009 17:34:00 -0000 In-Reply-To: <83ljpyi5ml.fsf@gnu.org> (Eli Zaretskii's message of "Sat\, 18 Apr 2009 14\:05\:38 +0300") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.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: 2009-04/txt/msg00490.txt.bz2 >>>>> "Eli" == Eli Zaretskii writes: Eli> For example, when I set the host charset to UTF-8 and the target Eli> charset to EBCDIC-US, I get an error message: Eli> Cannot convert between character sets `EBCDIC-US' and `UTF-8' Eli> Is this expected? Is this again a consequence of the list of charsets Eli> not coming from libiconv, but from the default? Probably. Eli> Also, this result seems to be different from what charsets.exp Eli> expects: I'll look into it next week. Eli> I also noticed that on a GNU/Linux system, "set target-charset TAB" Eli> shows the list of possible charsets with a ^J character at the end of Eli> each line. This works fine for me. Make sure you have the pexecute patch in your tree. Tom