From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11845 invoked by alias); 13 Sep 2002 01:08:41 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 11632 invoked from network); 13 Sep 2002 01:08:40 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 13 Sep 2002 01:08:40 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g8D0q3w02601 for ; Thu, 12 Sep 2002 20:52:03 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g8D18ad13876; Thu, 12 Sep 2002 21:08:36 -0400 Received: from romulus.sfbay.redhat.com (IDENT:8aONt+s0l4+V35myP0DL1iU3sHU4104i@romulus.sfbay.redhat.com [172.16.27.251]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g8D18YC22129; Thu, 12 Sep 2002 18:08:35 -0700 Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g8D18Xl15908; Thu, 12 Sep 2002 18:08:33 -0700 Date: Thu, 12 Sep 2002 18:08:00 -0000 From: Kevin Buettner Message-Id: <1020913010832.ZM15907@localhost.localdomain> In-Reply-To: Andrew Cagney "Re: [PATCH RFC] Character set support" (Sep 12, 8:53pm) References: <1020913003056.ZM15701@localhost.localdomain> <3D8136F7.8070809@ges.redhat.com> To: Andrew Cagney Subject: Re: [PATCH RFC] Character set support Cc: Jim Blandy , gdb-patches@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-09/txt/msg00240.txt.bz2 On Sep 12, 8:53pm, Andrew Cagney wrote: > I think the first thing to do would have been to post something to gdb@ > explaining the charsets feature (examples), and its advantages for GDB. The explanation, examples, etc. are already present in the documentation (texinfo) section of the patch. I'll put it into a more human readable form and send it on to gdb@. Kevin