EDU.purdue.jtb.misc
Class UnicodeConverter
java.lang.Object
EDU.purdue.jtb.misc.UnicodeConverter
public class UnicodeConverter
- extends java.lang.Object
Class UnicodeConverter contains some methods to convert unicode chars into
their escape sequence form (provided by James Huang from the JavaCC
mailing list).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnicodeConverter
public UnicodeConverter()
printout
public static void printout(java.lang.String s)
isASCII
public static boolean isASCII(char c)
hexToChar
public static char hexToChar(int hex)
unicodeToString
public static char[] unicodeToString(char c)
convertString
public static java.lang.String convertString(java.lang.String s)