FONTAINE  1.0
Cherokee.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 // Cherokee.h
13 //
14 
15 #ifndef ORTHOGRAPHY_DATA
16 #include "../OrthographyData.h"
17 #endif
18 
19 #ifndef CHEROKEE
20 #define CHEROKEE
21 
22 namespace Cherokee{
23 
24 //
25 // Unicode values
26 //
29  0x13A0,0x13F4,
31 };
32 
33 //
34 // Sample sentences
35 //
36 const char *sentences[]={
37  "ᏏᏉᏯ ᎤᎾᏅᏛ ᏥᏄᏍᏗ ᏣᏥ ᎢᏰᎵᏍᏗ, ᎠᏓᏩᏛᎯᏙᎯ ᎠᎴ ᎠᎴᏂᏙᎲ, ᏥᏄᏍᏛᎩ ᏣᎳᎩ ᎠᏕᎸ ᎤᏁᎬ ᎠᏥᏅᏏᏓᏍᏗ ᎦᎪ ᎪᎷᏩᏛᏗ ᎯᎠ ᏣᎳᎩ ᏗᎪᏪᎵ, ᎯᎠ ᎢᏴ ᎠᏓᏠᎯᏍᏗ ᎾᏍᎩ ᎠᏍᎦᏯ ᏀᎾᎢ ᏀᎾ ᎯᎠ ᏙᎪᏩᎸ ᎪᎷᏩᏛᏗ ᎠᏃᏪᎵᏍᎬ ᎢᏯᏛᏁᎵᏓᏍᏗ.",
38  END_OF_DATA
39 };
40 
41 
42 //
43 //
44 //
46  "Cherokee", // Common name
47  "ᏣᎳᎩ", // Native name
48  0x13E3, // Cherokee letter TSA
49  values,
50  "ᎠᎣᎤᎴᎺᎾᏃᏆᏒᏔᏣᏫᏲᏴ", // Sample characters
51  sentences
52 };
53 
55 
56 }; // end of namespace
57 
58 #endif
unsigned int UINT32
Definition: OrthographyData.h:19
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
Definition: OrthographyData.h:28
UINT32 values[]
Definition: Cherokee.h:27
const OrthographyData * pData
Definition: Cherokee.h:54
Definition: Cherokee.h:22
const char * sentences[]
Definition: Cherokee.h:36
#define END_OF_DATA
Definition: OrthographyData.h:23
OrthographyData data
Definition: Cherokee.h:45