org.extex.core
Class Unicode

java.lang.Object
  extended by org.extex.core.Unicode

public final class Unicode
extends java.lang.Object

Central utility class for Unicode compatibility in ExTeX.

Version:
$Revision: 4388 $
Author:
Gerd Neugebauer

Field Summary
static int OFFSET
          The constant OFFSET contains the offset for shifting code points to a private Unicode area.
 
Constructor Summary
Unicode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OFFSET

public static final int OFFSET
The constant OFFSET contains the offset for shifting code points to a private Unicode area.

See Also:
Constant Field Values
Constructor Detail

Unicode

public Unicode()