gnu.kawa.functions
Class UnicodeUtils

java.lang.Object
  extended by gnu.kawa.functions.UnicodeUtils

public class UnicodeUtils
extends java.lang.Object


Constructor Summary
UnicodeUtils()
           
 
Method Summary
static java.lang.String capitalize(java.lang.String str)
           
static java.lang.String foldCase(java.lang.CharSequence str)
           
static Symbol generalCategory(int ch)
           
static boolean isWhitespace(int ch)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnicodeUtils

public UnicodeUtils()
Method Detail

isWhitespace

public static boolean isWhitespace(int ch)

capitalize

public static java.lang.String capitalize(java.lang.String str)

foldCase

public static java.lang.String foldCase(java.lang.CharSequence str)

generalCategory

public static Symbol generalCategory(int ch)