FONTAINE  1.0
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 //
29  0x0710,0x072c,
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  "ܒ݁ܪܺܫܺܝܬ݂ ܐܺܝܬ݂ܰܘܗ݈ܝ ܗ݈ܘܳܐ ܡܶܠܬ݂ܳܐ ܘܗܽܘ ܡܶܠܬ݂ܳܐ ܐܺܝܬ݂ܰܘܗ݈ܝ ܗ݈ܘܳܐ ܠܘܳܬ݂ ܐܰܠܳܗܳܐ ܘܰܐܠܳܗܳܐ ܐܺܝܬ݂ܰܘܗ݈ܝ ܗ݈ܘܳܐ ܗܽܘ ܡܶܠܬ݂ܳܐ܂",
40 };
41 
42 
43 //
44 //
45 //
47  "Syriac", // Common name
48  "ܠܫܢܐ ܣܘܪܝܝܐ", // Native name
49  0x0710, // SYRIAC LETTER ALAPH
50  values,
51  "ܐ ܒ ܓ ܔ ܕ ܩ ܫ ܬ", // Sample characters
52  sentences
53 };
54 
56 
57 }; // end of namespace
58 
59 #endif