Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

ScriptCodes.h

Go to the documentation of this file.
00001 
00003 //
00004 // This file is part of the MADELINE 2 program
00005 // written by Edward H. Trager and Ritu Khanna
00006 // Copyright (c) 2005 by the
00007 // Regents of the University of Michigan.
00008 // All Rights Reserved.
00009 //
00010 // The latest version of this program is available from:
00011 //
00012 //   http://eyegene.ophthy.med.umich.edu/madeline/
00013 //
00014 // Released under the GNU General Public License.
00015 // A copy of the GPL is included in the distribution
00016 // package of this software, or see:
00017 //
00018 //   http://www.gnu.org/copyleft/
00019 //
00020 // ... for licensing details.
00021 //
00023 //
00024 // ScriptCodes.h
00025 //
00026 // 2006.08.05.ET
00027 //
00028 
00029 #ifndef SCRIPTCODES_INCLUDED
00030 #define SCRIPTCODES_INCLUDED
00031 
00032 enum SCRIPTCODE {
00033         AGGREGATE,
00034         LATIN,
00035         ARABIC,
00036         BENGALI,
00037         DEVANAGARI,
00038         GURMUKHI,
00039         GUJARATI,
00040         ORIYA,
00041         TAMIL,
00042         TELUGU,
00043         KANNADA,
00044         MALAYALAM,
00045         SINHALA,
00046         THAI,
00047         LAO,
00048         TIBETAN,
00049         MYANMAR,
00050         KHMER,
00051         OTHER,
00052         NO_SCRIPT_CODE
00053 };
00054 
00055 #endif
00056 

Generated on Fri Nov 18 16:24:39 2011 for MADELINE by  doxygen 1.4.4