boolean isGBK(String s) يطرح UnsupportedEncodingException { إذا (s.equals(new String(s.getBytes("gbk")))) عودة صحيحة؛ آخر عودة كاذبة. }