FONTAINE  1.0
Currencies.h
Go to the documentation of this file.
1 //
2 // The Fontaine Font Analysis Project
3 //
4 // Copyright (c) 2009, 2015 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 // Currencies.h
13 //
14 
15 #ifndef ORTHOGRAPHY_DATA
16 #include "../OrthographyData.h"
17 #endif
18 
19 #ifndef CURRENCIES_ORTHOGRAPHY
20 #define CURRENCIES_ORTHOGRAPHY
21 
22 namespace Currencies{
23 
24 //
25 // Unicode values
26 //
28  0x0024,
30  0x00A2,0x00A5,
31  0x058F,
32  0x060B,
33  0x09F2,
34  0x09F3,
35  0x09FB,
36  0x0AF1,
37  0x0BF9,
38  0x0E3F,
39  0x17DB,
41  0x20A0,0x20BD,
42  0xA838,
43  0xFDFC,
44  0xFE69,
45  0xFF04,
46  0xFFE0,
47  0xFFE1,
48  0xFFE5,
49  0xFFE6,
51 };
52 
53 //
54 // Sample sentences
55 //
56 const char *sentences[]={
57  "Unicode currency symbols include $,¢,£,¥,₧,€ and ₭.",
59 };
60 
61 
62 //
63 // data
64 //
66  "Currencies",
67  "Currencies",
68  0x20A6, // Naira
69  values,
70  "$¢£¥₧€₭",
71  sentences
72 };
73 
75 
76 }; // end of namespace
77 
78 #endif
unsigned int UINT32
Definition: OrthographyData.h:19
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
Definition: OrthographyData.h:28
OrthographyData data
Definition: Currencies.h:65
const OrthographyData * pData
Definition: Currencies.h:74
Definition: Currencies.h:22
UINT32 values[]
Definition: Currencies.h:27
#define END_OF_DATA
Definition: OrthographyData.h:23
const char * sentences[]
Definition: Currencies.h:56