FONTAINE  1.0
Coptic.h
Go to the documentation of this file.
1 //
2 // The Fontaine Font Analysis Project
3 //
4 // Copyright (c) 2009 by Edward H. Trager
5 // All Rights Reserved
6 //
7 // Released under the GNU GPL version 2.0 or later.
8 //
9 
10 
11 //
12 // Coptic.h
13 //
14 
15 #ifndef ORTHOGRAPHY_DATA
16 #include "../OrthographyData.h"
17 #endif
18 
19 #ifndef COPTIC
20 #define COPTIC
21 
22 namespace Coptic{
23 
24 //
25 // Unicode values
26 //
29  0x03e2,0x03ef, // Demotic Coptic letters in Greek block
31  0x2c80,0x2cb1, // Bohairic Coptic
33  0x2cb2,0x2cdb, // Old Coptic & Dialect letters
35  0x2cdc,0x2ce3, // Old Nubian
37  0x2ce4,0x2cea, // Symbols
39  0x2cf9,0x2cfc, // Old Nubian Punctuation
40  0x2cfd,
41  0x2cfe,
42  0x2cff,
44 };
45 
46 //
47 // Sample sentences
48 //
49 const char *sentences[]={
50  "Ϯⲉⲕ'ⲕⲗⲏⲥⲓⲁ 'ⲛⲣⲉⲙ'ⲛⲭⲏⲙⲓ 'ⲛⲟⲣⲑⲟⲇⲟⲝⲟⲥ",
52 };
53 
54 
55 //
56 //
57 //
59  "Coptic", // Common name
60  "Ⲙⲉⲧⲣⲉⲙ̀ⲛⲭⲏⲙⲓ", // Native name
61  0x03E2, // COPTIC CAPITAL LETTER SHEI
62  values,
63  "ϢϣⲀⲁⲲⲳⳜⳝⳤ⳥", // Sample characters
64  sentences
65 };
66 
68 
69 }; // end of namespace
70 
71 #endif
unsigned int UINT32
Definition: OrthographyData.h:19
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
Definition: OrthographyData.h:28
Definition: Coptic.h:22
const char * sentences[]
Definition: Coptic.h:49
UINT32 values[]
Definition: Coptic.h:27
#define END_OF_DATA
Definition: OrthographyData.h:23
OrthographyData data
Definition: Coptic.h:58
const OrthographyData * pData
Definition: Coptic.h:67