Name: yyT116575 Date: 07/19/2001
java version "1.4.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b65)
Java HotSpot(TM) Client VM (build 1.4.0-beta-b65, mixed mode)
The output of System.out.println() is different from previous versions of jdk
on Windows 2000. This is also true of Windows NT.
The test program prints this with jdk 1.4:
??
and this with jdk 1.3:
????
Here's the test program:
public class str {
public static void main(String[] args) {
System.out.println("\u304a\u304d\u3083\u304f");
}
}
(Review ID: 128273)
======================================================================
- duplicates
-
JDK-4457851 (cs) JCK13a api/java_io/CharacterEncoding/primarySBCS.html#ISO_8859_1 Solaris sp
- Closed