From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6176 invoked by alias); 6 Apr 2002 08:17:42 -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 6032 invoked from network); 6 Apr 2002 08:17:38 -0000 Received: from unknown (HELO heimdall.inter.net.il) (192.114.186.17) by sources.redhat.com with SMTP; 6 Apr 2002 08:17:38 -0000 Received: from zaretsky (diup-217-58.inter.net.il [213.8.217.58]) by heimdall.inter.net.il (Mirapoint Messaging Server MOS 2.9.3.2) with ESMTP id BHI34636; Sat, 6 Apr 2002 11:12:23 +0300 (IDT) Date: Sat, 06 Apr 2002 00:17:00 -0000 From: "Eli Zaretskii" To: ac131313@cygnus.com Message-Id: <1190-Sat06Apr2002110750+0300-eliz@is.elta.co.il> CC: msnyder@redhat.com, hunt@redhat.com, gdb-patches@sources.redhat.com In-reply-to: <3CAE6013.7080908@cygnus.com> (message from Andrew Cagney on Fri, 05 Apr 2002 21:40:19 -0500) Subject: Re: i18n; Was: [RFA] breakpoints.c clear_command fix Reply-to: Eli Zaretskii References: <200203270001.g2R01sJ08019@localhost.localdomain> <3CAE5578.10B51383@redhat.com> <3CAE6013.7080908@cygnus.com> X-SW-Source: 2002-04/txt/msg00216.txt.bz2 > Date: Fri, 05 Apr 2002 21:40:19 -0500 > From: Andrew Cagney > > > if (from_tty) > > ! printf_unfiltered ("Deleted breakpoint%s ", found->next ? "s" : ""); > > ! > > Completly off topic. We're not ment to use this ``trick'' any more :-( > It doesn't work with i18n. That's true: this trick assumes English or something very similar. It doesn't work in languages that have several plural forms, not just 2, and where the whole phrase might need non-trivial changes for different numbers of breakpoints. Btw, when (in what version) is it planned to add gettext support to GDB?