[Bug 218394] Java compiler and interpreter fail on non-English file names.

bugzilla at redhat.com bugzilla at redhat.com
Sat Apr 19 20:06:12 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Java compiler and interpreter fail on non-English file names.


https://bugzilla.redhat.com/show_bug.cgi?id=218394


fitzsim at redhat.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |CLOSED
          Component|java-1.7.0-icedtea          |java-1.6.0-openjdk
         Resolution|                            |RAWHIDE
            Version|8                           |rawhide
               Flag|needinfo?                   |




------- Additional Comments From fitzsim at redhat.com  2008-04-19 16:06 EST -------
This works fine on Rawhide OpenJDK after I set the correct locale encoding:

$ export LANG=en_US.ISO-8859-1
$ readlink -f `which java` && readlink -f `which javac`
/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/bin/java
/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/bin/javac
$ ./run_test
Compiling hello_world/hello_world.java:
PASSED
Compiling hello_world/hej_v�rld.java:
PASSED
Compiling hello_world/different_name.java:
PASSED
Running hello_world/ett:
precompiled one
PASSED
Running hello_world/tv
precompiled two
PASSED
Compiling hej_v�rld/hello_world.java:
PASSED
Compiling hej_v�rld/hej_v�rld.java:
PASSED
Compiling hej_v�rld/different_name.java:
PASSED
Running hej_v�rld/ett:
precompiled one
PASSED
Running hej_v�rld/tv
precompiled two
PASSED


-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-triage-list mailing list