Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef ORTHOGRAPHY_DATA
00016 #include "../OrthographyData.h"
00017 #endif
00018
00019 #ifndef DEVANAGARI
00020 #define DEVANAGARI
00021
00022 namespace Devanagari{
00023
00024
00025
00026
00027 UINT32 values[]={
00028 START_RANGE_PAIR,
00029 0x0905,0x0914,
00030 START_RANGE_PAIR,
00031 0x0915,0x0939,
00032 START_RANGE_PAIR,
00033 0x093f,0x094c,
00034 0x094d,
00035 START_RANGE_PAIR,
00036 0x0958,0x095f,
00037 START_RANGE_PAIR,
00038 0x0960,0x0965,
00039 START_RANGE_PAIR,
00040 0x0966,0x096f,
00041 0x0970,
00042 END_OF_DATA
00043 };
00044
00045
00046
00047
00048 const char *sentences[]={
00049 "आप भला तो सब भला ।",
00050 END_OF_DATA
00051 };
00052
00053
00054
00055
00056
00057 OrthographyData data={
00058 "Devanagari",
00059 "देवनागरी",
00060 0x0915,
00061 values,
00062 "क ख ग घ ङ च छ ज झ ञ ट",
00063 sentences
00064 };
00065
00066 const OrthographyData *pData = &data;
00067
00068 };
00069
00070 #endif