42bddd7bf5
X-SVN-Rev: 5824
20 lines
723 B
Java
20 lines
723 B
Java
/**
|
|
*******************************************************************************
|
|
* Copyright (C) 1996-2001, International Business Machines Corporation and *
|
|
* others. All Rights Reserved. *
|
|
*******************************************************************************
|
|
*
|
|
* $Source: /xsrl/Nsvn/icu/unicodetools/com/ibm/text/UCA/Main.java,v $
|
|
* $Date: 2001/09/19 23:31:50 $
|
|
* $Revision: 1.1 $
|
|
*
|
|
*******************************************************************************
|
|
*/
|
|
|
|
package com.ibm.text.UCA;
|
|
|
|
public class Main {
|
|
public static void main(String args[]) throws Exception {
|
|
WriteCollationData.main(args); // TODO, pull from there to here.
|
|
}
|
|
} |