Date: Sat, 04 Jan 2003 13:11:28 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-Id: <9743-Sat04Jan2003131126+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: wkennedy AT softintegration DOT com, rich AT phekda DOT freeserve DOT co DOT uk In-reply-to: <3E14C89C.CFFDAFBA@phekda.freeserve.co.uk> (message from Richard Dawe on Thu, 02 Jan 2003 23:17:48 +0000) Subject: Re: ls in Windows 95 (fwd) References: <10301022216 DOT AA21714 AT clio DOT rice DOT edu> <3E14C89C DOT CFFDAFBA AT phekda DOT freeserve DOT co DOT uk> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Thu, 02 Jan 2003 23:17:48 +0000 > From: Richard Dawe > > None of the packages of fileutils I've built (4.0, 4.1) have been built with > internationalisation (NLS). So I'm not surprised if they don't show Japanese > filenames correctly. This issue has nothing to do with NLS build. Building with NLS enables the program's messages to be printed in languages other than English. But it doesn't do anything at all to the file names that the library gets from the OS. See my other message in this thread for more.