VK
Size: a a a
VK
VK
..
if (x != 0) system.out.println(x);
VK
ДГ
А
VK
VK
А
..
try {
// Convert from Unicode to UTF-8
String string = "\u043f\u0430\u043c\u043f";
byte[] utf8 = string.getBytes("UTF-8");
// Convert from UTF-8 to Unicode
string = new String(utf8, "UTF-8");
System.out.println(string);
} catch (UnsupportedEncodingException e) {
}
А
А
s
..
..
L
А
s
s
..