Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

LEScripts.h

Go to the documentation of this file.
00001 /*
00002  * %W% %E%
00003  *
00004  * (C) Copyright IBM Corp. 1998, 1999, 2000 - All Rights Reserved
00005  *
00006  */
00007 
00008 #ifndef __LESCRIPTS_H
00009 #define __LESCRIPTS_H
00010 
00011 enum ScriptCodes {
00012     neutScriptCode =  0,
00013     latnScriptCode =  1,
00014     grekScriptCode =  2,
00015     cyrlScriptCode =  3,
00016     armnScriptCode =  4,
00017     hebrScriptCode =  5,
00018     arabScriptCode =  6,
00019     devaScriptCode =  7,
00020     bengScriptCode =  8,
00021     punjScriptCode =  9,
00022     gujrScriptCode = 10,
00023     oryaScriptCode = 11,
00024     tamlScriptCode = 12,
00025     teluScriptCode = 13,
00026     kndaScriptCode = 14,
00027     mlymScriptCode = 15,
00028     thaiScriptCode = 16,
00029     laoScriptCode  = 17,
00030     tibtScriptCode = 18,
00031     grgnScriptCode = 19,
00032     hangScriptCode = 20,
00033     kanaScriptCode = 21,
00034     bpmfScriptCode = 22,
00035     knbnScriptCode = 23,
00036     haniScriptCode = 24,
00037     surrScriptCode = 25,
00038     puseScriptCode = 26,
00039     spclScriptCode = 27,
00040     
00041     scriptCodeCount = 28
00042 };
00043 
00044 #endif

Generated at Thu Mar 22 16:12:36 2001 for ICU 1.8 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000