poi.support
Class CharacterUtil

java.lang.Object
  extended by poi.support.CharacterUtil

public class CharacterUtil
extends java.lang.Object


Method Summary
static boolean isHighSurrogate(char ch)
           
static boolean isLowSurrogate(char ch)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isLowSurrogate

public static boolean isLowSurrogate(char ch)

isHighSurrogate

public static boolean isHighSurrogate(char ch)