com.ibm.tools.normalizer
Class FCDBuilder

java.lang.Object
  |
  +--com.ibm.tools.normalizer.FCDBuilder

Deprecated. ICU4J 2.0, since ICU has written its own tool.

public class FCDBuilder
extends java.lang.Object

Class to generate modified checkFCD data for collation. Data generated is used only in internal ICU collation. FCD is the set of strings such that for each string if you simply decomposed any composites (including singleton composites) without canonical reordering. FCD is not a normalization form, since there's no uniqueness.


Constructor Summary
FCDBuilder()
          Deprecated. ICU4J 2.0, since ICU has written its own tool.
 
Method Summary
 void build()
          Deprecated. ICU4J 2.0, since ICU has written its own tool.
 void build(java.lang.String output)
          Deprecated. ICU4J 2.0, since ICU has written its own tool.
static void main(java.lang.String[] arg)
          Deprecated. Main method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FCDBuilder

public FCDBuilder()
Deprecated. ICU4J 2.0, since ICU has written its own tool.

constructor with default output file path
Method Detail

build

public void build()
Deprecated. ICU4J 2.0, since ICU has written its own tool.

Building method. Each unicode character will be used to generate data, output to the default file path

build

public void build(java.lang.String output)
Deprecated. ICU4J 2.0, since ICU has written its own tool.

Building method. Each unicode character will be used to generate data.
Parameters:
output - file path

main

public static void main(java.lang.String[] arg)
Deprecated. 
Main method


Copyright (c) 2001 IBM Corporation and others.