//#ifdef DTEST
System.out.println( "Unsupported encoding Cp1252");
//#endif
//#ifdef DLOGGING
Logger logger = Logger.getLogger("EncodingUtil");
logger.severe("UnsupportedEncodingException Cp1252", e);
//#endif
try {
String convStr2 = new String(blftSgl, "Cp1252");
rtn = convStr2.charAt(0) == CLEFT_SGL_QUOTE;
} catch (UnsupportedEncodingException e2) {