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
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