Special character in CMD prompt
807588Jul 11 2009 — edited Jul 14 2009Hi!
I would like to know about a problem that occours always when I trying to use special character in Java, like "ã" or "é", then run it in MS-DOS prompt.
See:
public class test{
public static void main(String args[]){
System.out.println("Á á É é Í í Ó ó Ú ú");
}
}
Then compilates it with "*javac*" and run.
I just wanted to know WHY those symbols got truncated.
Thx.