blob: 84981e32b066039c6e42aac4f1fd664eeb7c6a09 [file] [log] [blame]
/*
*******************************************************************************
* Copyright (C) 1998-2003, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*
* Created on Dec 09, 2003
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/tool/layout/ThaiStateTableBuilder.java,v $
* $Date: 2003/12/17 04:54:41 $
* $Revision: 1.2 $
*
*******************************************************************************
*/
package com.ibm.icu.dev.tool.layout;
public class ThaiStateTableBuilder
{
public static void main(String args[])
{
ThaiStateTableModuleWriter writer = new ThaiStateTableModuleWriter();
writer.openFile(args[0]);
writer.writeTables();
writer.closeFile();
}
}