FONTAINE  1.0
LinearBSyllabary.h
Go to the documentation of this file.
1 //
2 // The Fontaine Font Analysis Project
3 //
4 // Copyright (c) 2009, 2011, 2014 by Edward H. Trager
5 // All Rights Reserved
6 //
7 // Released under the GNU GPL version 2.0 or later.
8 //
9 
10 //
11 // LinearBSyllbary.h
12 //
13 
14 #ifndef ORTHOGRAPHY_DATA
15 #include "../OrthographyData.h"
16 #endif
17 
18 #ifndef LINEAR_B_SYLLABARY
19 #define LINEAR_B_SYLLABARY
20 
21 namespace LinearBSyllabary {
22 
23 //
24 // Unicode values
25 //
28  0x10000,0x1000B,
30  0x1000D,0x10026,
32  0x10028,0x1003A,
33  0x1003C,
34  0x1003D,
36  0x1003F,0x1004D,
38  0x10050,0x1005D,
40 };
41 
42 //
43 // Sample sentences
44 //
45 const char *sentences[]={
46  "",
48 };
49 
50 
51 //
52 //
53 //
55  "Linear B Syllabary", // Common name
56  "Linear B Syllabary", // Native name
57  0x10000, // key
58  values,
59  "𐀀𐀁𐀂𐀃𐀄𐀅", // Sample characters
60  sentences
61 };
62 
64 
65 }; // end of namespace
66 
67 #endif
unsigned int UINT32
Definition: OrthographyData.h:19
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
UINT32 values[]
Definition: LinearBSyllabary.h:26
Definition: OrthographyData.h:28
const char * sentences[]
Definition: LinearBSyllabary.h:45
OrthographyData data
Definition: LinearBSyllabary.h:54
const OrthographyData * pData
Definition: LinearBSyllabary.h:63
#define END_OF_DATA
Definition: OrthographyData.h:23
Definition: LinearBSyllabary.h:21