From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24753 invoked by alias); 14 Feb 2005 17:29:03 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 24728 invoked from network); 14 Feb 2005 17:28:59 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 14 Feb 2005 17:28:59 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j1EHSxUD018900 for ; Mon, 14 Feb 2005 12:28:59 -0500 Received: from localhost.redhat.com (vpn50-67.rdu.redhat.com [172.16.50.67]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j1EHSwO18854; Mon, 14 Feb 2005 12:28:59 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 996057D79; Mon, 14 Feb 2005 12:27:35 -0500 (EST) Message-ID: <4210DF84.1030500@gnu.org> Date: Mon, 14 Feb 2005 17:41:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: Eli Zaretskii , Bob Rossi Cc: gdb@sources.redhat.com Subject: Re: i18n and MI References: <20050212134008.GA31840@white> <01c51110$Blat.v2.4$abe83d00@zahav.net.il> In-Reply-To: <01c51110$Blat.v2.4$abe83d00@zahav.net.il> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-02/txt/msg00099.txt.bz2 Eli Zaretskii wrote: >>Date: Sat, 12 Feb 2005 08:40:08 -0500 >>From: Bob Rossi >> >>Just wondering, how does i18n effect the MI interface? > > > I think it doesn't. Correct, it doesn't affect the syntax and command set. MI clients just need to be prepared for non-english messages (or start GDB with a forced C locale). Andrew