From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26996 invoked by alias); 15 May 2008 19:30:01 -0000 Received: (qmail 25698 invoked by uid 22791); 15 May 2008 19:28:33 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout2.012.net.il (HELO mtaout2.012.net.il) (84.95.2.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 15 May 2008 19:28:13 +0000 Received: from HOME-C4E4A596F7 ([83.130.255.47]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K0X00LX5DF79H04@i_mtaout2.012.net.il> for gdb-patches@sources.redhat.com; Thu, 15 May 2008 22:42:44 +0300 (IDT) Date: Thu, 15 May 2008 22:40:00 -0000 From: Eli Zaretskii Subject: Re: [RFC] new substitute path when loading feature In-reply-to: <20080515191642.GA15892@caradoc.them.org> X-012-Sender: halo1@inter.net.il To: Daniel Jacobowitz Cc: aristovski@qnx.com, gdb-patches@sources.redhat.com Reply-to: Eli Zaretskii Message-id: References: <20080513190818.GA13776@caradoc.them.org> <4829E7DA.3010606@qnx.com> <20080513192041.GA14593@caradoc.them.org> <20080515160551.GA24101@caradoc.them.org> <20080515191642.GA15892@caradoc.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-05/txt/msg00486.txt.bz2 > Date: Thu, 15 May 2008 15:16:42 -0400 > From: Daniel Jacobowitz > Cc: aristovski@qnx.com, gdb-patches@sources.redhat.com > > I'm happy to add the band-aid; do you have an idea of what to call it? > set strict-filenames? How about "set support-dos-filenames" (on by default)? > The POSIX parts will work in UTF-8, since no multi-byte UTF-8 > characters contain printable 7-bit ASCII. Other encodings, or with > the tolower check, I don't know. Supporting UTF-8 is good enough for me. Thanks.