From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4222 invoked by alias); 13 Sep 2002 17:05:32 -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 4214 invoked from network); 13 Sep 2002 17:05:29 -0000 Received: from unknown (HELO zenia.red-bean.com) (66.244.67.22) by sources.redhat.com with SMTP; 13 Sep 2002 17:05:29 -0000 Received: (from jimb@localhost) by zenia.red-bean.com (8.11.6/8.11.6) id g8DGpod11211; Fri, 13 Sep 2002 11:51:50 -0500 To: Andrew Cagney Cc: Daniel Jacobowitz , Kevin Buettner , 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> From: Jim Blandy Date: Fri, 13 Sep 2002 10:05:00 -0000 In-Reply-To: <3D815F66.4030605@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/msg00247.txt.bz2 Andrew Cagney writes: > > At the moment, GDB only supports single-byte, stateless character > > sets. This includes the ISO-8859 family (ASCII extended with > > accented characters, and (I think) Cyrillic, for European > > languages), and the EBCDIC family (used on IBM's mainframes). > > Unfortunately, it excludes many Asian scripts, the fixed- and > > variable-width Unicode encodings, and other desireable things. > > Patches are welcome! (For example, it would be nice if the Java > > string support could simply get absorbed into some more general > > multi-byte encoding support.) > > I think this should be mentioned in the documentation. The user documentation explicitly lists all the character sets that are supported. There's nothing in the user interface that reveals the implementation's restrictions. Whether GDB is prepared internally to handle others doesn't belong in the user docs, it seems to me.