FONTAINE  1.0
MUFI_3_0.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 // MUFI_3_0.h
12 //
13 
14 #ifndef ORTHOGRAPHY_DATA
15 #include "../OrthographyData.h"
16 #endif
17 
18 #ifndef MUFI_3_0
19 #define MUFI_3_0
20 
21 namespace Mufi_3_0 {
22 
23 //
24 // Unicode values: Based on http://www.mufi.info/specs/MUFI-CodeChart-3-0.pdf:
25 //
28  0x0020,0x007F, // Basic ASCII Latin subset
30  0x00A0,0x00FF, // Latin 1 Supplement
32  0x0100,0x010B,
34  0x0110,0x0121,
35  0x0127,
37  0x012A,0x0133,
39  0x0139,0x013A,
41  0x0141,0x0144,
43  0x014A,0x0155,
45  0x015A,0x015B,
47  0x016A,0x016F,
49  0x0170,0x017C,
50  0x017F,
51  0x0180,
52  0x0195,
53  0x0199,
54  0x019A,
55  0x019E,
56  0x01A6,
58  0x01B5,0x01B7,
59  0x01BF,
61  0x01D1,0x01D6,
63  0x01E2,0x01E5,
65  0x01EA,0x01ED,
67  0x01F4,0x01F7,
69  0x01FC,0x01FF,
71  0x021C,0x021D,
73  0x0226,0x0227,
75  0x022A,0x022B,
76 
78  0x,0x,
80  0x,0x,
82  0x,0x,
84  0x,0x,
86  0x,0x,
88  0x,0x,
90 };
91 
92 //
93 // Sample sentences
94 //
95 const char *sentences[]={
96  "",
97  END_OF_DATA
98 };
99 
100 
101 //
102 //
103 //
105  "MUFI 3.0", // Common name
106  "MUFI 3.0", // Native name
107  0x, // key
108  values,
109  "", // Sample characters
110  sentences
111 };
112 
114 
115 }; // end of namespace
116 
117 #endif
unsigned int UINT32
Definition: OrthographyData.h:19
Definition: MUFI_3_0.h:21
const char * sentences[]
Definition: MUFI_3_0.h:95
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
OrthographyData data
Definition: MUFI_3_0.h:104
Definition: OrthographyData.h:28
UINT32 values[]
Definition: MUFI_3_0.h:26
const OrthographyData * pData
Definition: MUFI_3_0.h:113
#define END_OF_DATA
Definition: OrthographyData.h:23