net.sf.saxon.codenorm |
|
Java Source File Name | Type | Comment |
Normalizer.java | Class | Implements Unicode Normalization Forms C, D, KC, KD.
Copyright (c) 1991-2005 Unicode, Inc. |
NormalizerData.java | Class | Accesses the Normalization Data used for Forms C and D.
Copyright © 1998-1999 Unicode, Inc. |
UnicodeData.java | Class | |
UnicodeDataGenerator.java | Class | This class reads the Unicode character database, extracts information needed
to perform unicode normalization, and writes this information out in the form of the
Java "source" module UnicodeData.java. |
UnicodeDataParser.java | Class | This class reads the data compiled into class UnicodeData, and builds hash tables
that can be used by the Unicode normalization routines. |