Please check the default encoding on your system:
System.out.println(new InputStreamReader(System.in).getEncoding()); will tell you the encoding. John Wilson The Wilson Partnership http://www.wilson.co.uk
Please check the default encoding on your system:
System.out.println(new InputStreamReader(System.in).getEncoding()); will tell you the encoding. John Wilson The Wilson Partnership http://www.wilson.co.uk