FONTAINE
1.0
Main Page
Namespaces
Classes
Files
File List
File Members
src
orthographies
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
//
27
UINT32
values
[]={
28
START_RANGE_PAIR
,
29
0x03e2,0x03ef,
// Demotic Coptic letters in Greek block
30
START_RANGE_PAIR
,
31
0x2c80,0x2cb1,
// Bohairic Coptic
32
START_RANGE_PAIR
,
33
0x2cb2,0x2cdb,
// Old Coptic & Dialect letters
34
START_RANGE_PAIR
,
35
0x2cdc,0x2ce3,
// Old Nubian
36
START_RANGE_PAIR
,
37
0x2ce4,0x2cea,
// Symbols
38
START_RANGE_PAIR
,
39
0x2cf9,0x2cfc,
// Old Nubian Punctuation
40
0x2cfd,
41
0x2cfe,
42
0x2cff,
43
END_OF_DATA
44
};
45
46
//
47
// Sample sentences
48
//
49
const
char
*
sentences
[]={
50
"Ϯⲉⲕ'ⲕⲗⲏⲥⲓⲁ 'ⲛⲣⲉⲙ'ⲛⲭⲏⲙⲓ 'ⲛⲟⲣⲑⲟⲇⲟⲝⲟⲥ"
,
51
END_OF_DATA
52
};
53
54
55
//
56
//
57
//
58
OrthographyData
data
={
59
"Coptic"
,
// Common name
60
"Ⲙⲉⲧⲣⲉⲙ̀ⲛⲭⲏⲙⲓ"
,
// Native name
61
0x03E2,
// COPTIC CAPITAL LETTER SHEI
62
values
,
63
"ϢϣⲀⲁⲲⲳⳜⳝⳤ⳥"
,
// Sample characters
64
sentences
65
};
66
67
const
OrthographyData
*
pData
= &
data
;
68
69
};
// end of namespace
70
71
#endif
Generated by
1.8.3.1