public static boolean isSingletonChar(char c) {
   return (SINGLETON == LocaleUtils.toLower(c));
 }