-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.3.1
-
x86
-
windows_nt
Name: bsC130419 Date: 05/30/2001
java version "1.3.1-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1
Java HotSpot(TM) Client VM (build 1.3.1beta-b15, mixed mode)
1. Here is the source code of the program to be compiled:
public class SpecChar{
public static void main (String args[]) {
System.out.println(args[0]);
}
}
2. Execute with the command "java SpecChar <ALT 130>". I would expect the special
character ? (ALT + 130) to be echoed.
3. The actual result is the Greek character theta (don't know the ALT+XXX
combination for it), and not ?.
(Review ID: 124877)
======================================================================
- duplicates
-
JDK-4369481 file.encoding CP1252 improperly displays \u00b2 on Windows
-
- Closed
-