Re: Reading Linux filenames in a way that will map back the same on open?

2008-09-12 Thread Dan Stromberg
Since the thread seems to be trailing off... Does anyone know of any mailing lists that might be more appropriate for this question? Also, is there another OS I should try (perhaps in a little QEMU) for a point of comparison? Preferably something that also uses 8 bit filenames, but would have ve

Re: Reading Linux filenames in a way that will map back the same on open?

2008-09-12 Thread Martin Buchholz
On Wed, Sep 10, 2008 at 17:50, Dan Stromberg <[EMAIL PROTECTED]> wrote: > > > Would you believe that I'm getting file not found errors even with > ISO-8859-1? The software world is full of suprises. Try export LANG=C LC_ALL=C LC_CTYPE=C java ... -Dfile.encoding=ISO-8859-1 ... You could also be e