Java Tutorial/File/Encoding — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 05:19, 1 июня 2010
Get the default encoding of your computer
public class MainClass {
public static void main(String[] a) {
System.out.println(System.getProperty("file.encoding"));
}
}
Cp1252