Date: Thu, 26 Jun 2003 06:51:06 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: bdeck AT lycos DOT co DOT uk Message-Id: <2561-Thu26Jun2003065106+0300-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <3ef9ebcd$0$149$9b622d9e@news.freenet.de> (bdeck@lycos.co.uk) Subject: Re: dirent->d_name returns lowercase? References: <3ef8c2c7$0$150$9b622d9e AT news DOT freenet DOT de> <2593-Wed25Jun2003075056+0300-eliz AT elta DOT co DOT il> <3ef9ebcd$0$149$9b622d9e AT news DOT freenet DOT de> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "deckerben" > Newsgroups: comp.os.msdos.djgpp > Date: Wed, 25 Jun 2003 20:42:56 +0200 > > "Eli Zaretskii" wrote in message > news:2593-Wed25Jun2003075056+0300-eliz AT elta DOT co DOT il... > > > From: "deckerben" > > > Newsgroups: comp.os.msdos.djgpp > > > Date: Tue, 24 Jun 2003 23:34:01 +0200 > > This is not the default because in most situations the behavior you > > see now is what users want, especially if they have files that come > > from DOS (where _all_ directory entries are in UPPERCASE). > > I really understand the DOS issue. But this would not be true under NT > systems, where true filename cases are reported correctly. I meant DOS filenames under Windows, not under DOS. So your case is included. > Fooling with this causes problems. Making FNCASE=y the default causes problems as well, although in different places. Windows users generally expect to see case insensitivity in handling file names, and FNCASE=y makes a huge step away from that. > I am recommending all NT-based PythonD users to set FNCASE=y. Beware: FNCASE=y might be required for _building_ PythonD, but if it is not required for _using_ it, you might get your users into more trouble than you wish.