FONTAINE  1.0
CanadianSyllabics.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 // CanadianSyllabics.h
13 //
14 
15 #ifndef ORTHOGRAPHY_DATA
16 #include "../OrthographyData.h"
17 #endif
18 
19 #ifndef CANADIAN_SYLLABICS
20 #define CANADIAN_SYLLABICS
21 
23 
24 //
25 // Unicode values
26 //
29  0x1401,0x1676,
31 };
32 
33 //
34 // Sample sentences
35 //
36 const char *sentences[]={
37  // First sentence of a story collected by ᑎᓇ ᐎᓐ (Tina Wynne) entitled
38  // ᐎᓴᑫᒐᒃ ᐁᑯ ᒪᑲ ᒪᐃᑲᓇᒃ (Wesakaychak and the Wolves). It is written in the
39  // orthographical style of the Moose Cree.
40  // http://www.languagegeek.com/algon/cree/mcr_example.html
41  "ᐅᒪ ᐊᑕᓗᑫᐎᓐ ᐊᓕᒧᒪᑲᓋᓐ ᓇᐯᐤ ᐎᓴᑫᒐᒃ ᐁ ᐃᔑᓂᑲᓱᑦ᙮ ᑭᒋ ᐌᔅᑲᒡ ᒪᑲ, ᑭ ᐃᑕᑯᐸᓐ ᓇᐯᐤ ᐎᓴᑫᒐᒃ ᐁ ᐃᔑᓂᑲᓱᑦ᙮",
42  END_OF_DATA
43 };
44 
45 
46 //
47 //
48 //
50  "Unified Canadian Aboriginal Syllabics", // Common name
51  "Unified Canadian Aboriginal Syllabics", // Native name
52  0x1433, // CANADIAN SYLLABICS PO
53  values,
54  "ᐁᐂᐃᐄ ᑌᑍᑎᑏ ᓀᓁᓂᓃ ᕿᖀᖁᖂ", // Sample characters
55  sentences
56 };
57 
59 
60 }; // end of namespace
61 
62 #endif
unsigned int UINT32
Definition: OrthographyData.h:19
const OrthographyData * pData
Definition: CanadianSyllabics.h:58
const char * sentences[]
Definition: CanadianSyllabics.h:36
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
Definition: OrthographyData.h:28
Definition: CanadianSyllabics.h:22
#define END_OF_DATA
Definition: OrthographyData.h:23
OrthographyData data
Definition: CanadianSyllabics.h:49
UINT32 values[]
Definition: CanadianSyllabics.h:27