即使charset不合法,本类也不会报错。请使用LocaleUtil.isCharsetSupported() 方法来判断charset的合法性。
LocaleUtil.isCharsetSupported()
9293949596979899100101102
if (!fqdn.equals(host)) { os.println("Hostname............" + host); } if (SigarLoader.IS_WIN32) { LocaleInfo info = new LocaleInfo(); os.println("Language............" + info); os.println("Perflib lang id....." + info.getPerflibLangId()); } }