Hi all
Just realized I can't even display Chinese in an NT command window.. I have
a very simple java program that just prints a chinese character string.. and
yet it doesn't show up as chinese..
public class a {
public static void main(String args[]) {
System.out.println("this is chinese ΊΓ");
}
}
and yet when I run this in a command line it prints
$ java a
this is chinese ¦+
any ideas?
Thanks
Charlie
<<Charlie Wu.vcf>>
This archive was generated by hypermail 2.1.2 : Fri Jul 06 2001 - 00:18:17 EDT