From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27534 invoked by alias); 15 Oct 2002 09:18:28 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 27501 invoked from network); 15 Oct 2002 09:18:27 -0000 Received: from unknown (HELO Cantor.suse.de) (213.95.15.193) by sources.redhat.com with SMTP; 15 Oct 2002 09:18:27 -0000 Received: from Hermes.suse.de (Charybdis.suse.de [213.95.15.201]) by Cantor.suse.de (Postfix) with ESMTP id 39C1814493; Tue, 15 Oct 2002 11:18:27 +0200 (MEST) Date: Tue, 15 Oct 2002 03:57:00 -0000 From: Michael Matz To: Per Bothner Cc: Subject: Re: quote marks [was: Status of i18n patches] In-Reply-To: <3DAB3ABD.1050505@bothner.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-10/txt/msg00796.txt.bz2 Hi, On Mon, 14 Oct 2002, Per Bothner wrote: > My suggestion is that by default (without some appropriate option > or environment variable) that gcc's message routines (error etc) > would translate the '\`' to '\''. Oh I see. That would work, indeed. Ciao, Michael.