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>>
- Re: displaying chinese in windows Charlie Wu
- Re: displaying chinese in windows Markus Scherer
Charlie Wu.vcf
