FONTAINE
1.0
Main Page
Namespaces
Classes
Files
File List
File Members
src
orthographies
Syriac.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
// Syriac.h
13
//
14
15
#ifndef ORTHOGRAPHY_DATA
16
#include "../OrthographyData.h"
17
#endif
18
19
#ifndef SYRIAC
20
#define SYRIAC
21
22
namespace
Syriac{
23
24
//
25
// Unicode values
26
//
27
UINT32
values
[]={
28
START_RANGE_PAIR
,
29
0x0710,0x072c,
30
END_OF_DATA
31
};
32
33
//
34
// Sample sentences
35
//
36
const
char
*
sentences
[]={
37
// Start of the Gospel of John -- from http://www.aifoundations.org/peshitta/john.html
38
"ܒ݁ܪܺܫܺܝܬ݂ ܐܺܝܬ݂ܰܘܗ݈ܝ ܗ݈ܘܳܐ ܡܶܠܬ݂ܳܐ ܘܗܽܘ ܡܶܠܬ݂ܳܐ ܐܺܝܬ݂ܰܘܗ݈ܝ ܗ݈ܘܳܐ ܠܘܳܬ݂ ܐܰܠܳܗܳܐ ܘܰܐܠܳܗܳܐ ܐܺܝܬ݂ܰܘܗ݈ܝ ܗ݈ܘܳܐ ܗܽܘ ܡܶܠܬ݂ܳܐ܂"
,
39
END_OF_DATA
40
};
41
42
43
//
44
//
45
//
46
OrthographyData
data
={
47
"Syriac"
,
// Common name
48
"ܠܫܢܐ ܣܘܪܝܝܐ"
,
// Native name
49
0x0710,
// SYRIAC LETTER ALAPH
50
values
,
51
"ܐ ܒ ܓ ܔ ܕ ܩ ܫ ܬ"
,
// Sample characters
52
sentences
53
};
54
55
const
OrthographyData
*
pData
= &
data
;
56
57
};
// end of namespace
58
59
#endif
Generated by
1.8.1.1