-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
1.2.2
-
x86
-
windows_nt
Name: rlT66838 Date: 02/07/2000
E:\>java -version
java version "1.2.2"
Classic VM (build JDK-1.2.2-W, native threads, symcjit)
E:\>
public class HelloWorld {
public void main(String argv[]) {
System.out.println("Hej v?rlden!");
}
}
- This is the hello world program in swedish -
Produces a garbage charcter for the 'a' with dots above. I use the WinNT cmd.com
environment to run the program
This has been the case since jdk 1.0 and I have reported the bug for jdk 1.1.3
and 1.1.5.
(Review ID: 98595)
======================================================================
E:\>java -version
java version "1.2.2"
Classic VM (build JDK-1.2.2-W, native threads, symcjit)
E:\>
public class HelloWorld {
public void main(String argv[]) {
System.out.println("Hej v?rlden!");
}
}
- This is the hello world program in swedish -
Produces a garbage charcter for the 'a' with dots above. I use the WinNT cmd.com
environment to run the program
This has been the case since jdk 1.0 and I have reported the bug for jdk 1.1.3
and 1.1.5.
(Review ID: 98595)
======================================================================
- relates to
-
JDK-4153167 separate between ANSI and OEM code pages on Windows
-
- Closed
-