From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20470 invoked by alias); 19 Sep 2002 19:52:56 -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 20461 invoked from network); 19 Sep 2002 19:52:53 -0000 Received: from unknown (HELO zenia.red-bean.com) (66.244.67.22) by sources.redhat.com with SMTP; 19 Sep 2002 19:52:53 -0000 Received: (from jimb@localhost) by zenia.red-bean.com (8.11.6/8.11.6) id g8JJcJG11863; Thu, 19 Sep 2002 14:38:19 -0500 To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH RFC] Character set support References: <1020913003056.ZM15701@localhost.localdomain> <20020913004205.GB19479@nevyn.them.org> <3D815F66.4030605@ges.redhat.com> <3D8230F0.1080104@ges.redhat.com> <3D86BCB1.8050009@ges.redhat.com> From: Jim Blandy Date: Thu, 19 Sep 2002 12:52:00 -0000 In-Reply-To: <3D86BCB1.8050009@ges.redhat.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.90 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-09/txt/msg00501.txt.bz2 Andrew Cagney writes: > > Andrew Cagney writes: > > > >> I think it is also important to set the users expectations. If > >> expressed right it may even encourage a reader to try to remove the > >> restriction. > > Okay, I see. I'll put together a doc patch for that once the > > existing > > stuff goes in. > > Why not get it done now? As with any other submittion, the objective > is to get it (as far as praticaly) right the first time. That way we > don't run the risk of having it slip through the cracks. Kevin, I've committed the following paragraph to the Red Hat internal sources: Note that these are all single-byte character sets. More work inside GDB is needed to support multi-byte or variable-width character encodings, like the UTF-8 and UCS-2 encodings of Unicode. Could you re-create the patch?