FONTAINE
1.0
Main Page
Namespaces
Classes
Files
File List
File Members
src
orthographies
orthographies.h
Go to the documentation of this file.
1
//
2
// orthographies.h
3
//
4
// 2008.12.31.ET
5
//
6
// Last update: 2011.04.20.ET
7
//
8
10
//
11
// Latin Orthographies
12
//
14
15
#include "
BasicLatin.h
"
16
#include "
WesternEuropean.h
"
17
#include "
Euro.h
"
18
#include "
Catalan.h
"
19
#include "
Baltic.h
"
20
#include "
Turkish.h
"
21
#include "
CentralEuropean.h
"
22
#include "
Romanian.h
"
23
#include "
Vietnamese.h
"
24
#include "
Dutch.h
"
25
#include "
Afrikaans.h
"
26
#include "
Pinyin.h
"
27
#include "
IPA.h
"
28
#include "
LatinLigatures.h
"
29
#include "
ClaudianLetters.h
"
30
#include "
PanAfricanLatin.h
"
31
33
//
34
// NON LATIN
35
//
37
38
//
39
// Arabic subsets:
40
//
41
#include "
Arabic.h
"
42
#include "
Farsi.h
"
43
#include "
Urdu.h
"
44
#include "
Kazakh.h
"
45
#include "
Pashto.h
"
46
#include "
Sindhi.h
"
47
#include "
Uighur.h
"
48
//#include "ExtendedArabic.h"
49
50
//
51
// Japanese subsets:
52
//
53
#include "
Kana.h
"
// Hiragana and Katakana sets
54
#include "
Kokuji.h
"
// National characters
55
#include "
Joyo.h
"
// Standard education set
56
#include "
Jinmeiyo.h
"
// Person and place name set
57
58
//
59
// Chinese subsets
60
//
61
#include "
SimplifiedChinese.h
"
// Top 3500 simplified
62
#include "
TraditionalChinese.h
"
// Top 3500 traditional
63
#include "
HKSCS.h
"
// Hong Kong supplementary plane set
64
#include "
ZhuYinFuHao.h
"
// Zhuyin phonetics (bopomofo)
65
66
//
67
// Korean subsets:
68
//
69
#include "
Jamo.h
"
// Includes BOTH Jamo and Compatability Jamo blocks
70
#include "
Hangul.h
"
71
#include "
SouthKoreanHanja.h
"
// list of 1800 Hanja taught in South Korean schools
72
73
//
74
// Greek:
75
//
76
#include "
BasicGreek.h
"
77
#include "
ArchaicGreekLetters.h
"
78
#include "
PolytonicGreek.h
"
79
80
#include "
Coptic.h
"
81
82
//
83
// Cyrillic and related:
84
//
85
#include "
BasicCyrillic.h
"
86
87
//
88
// The Rest:
89
//
90
#include "
Armenian.h
"
91
#include "
Hebrew.h
"
92
#include "
Syriac.h
"
93
#include "
Thaana.h
"
94
#include "
Thai.h
"
95
#include "
Lao.h
"
96
#include "
Tibetan.h
"
97
#include "
Myanmar.h
"
98
#include "
Georgian.h
"
99
#include "
Cherokee.h
"
100
#include "
CanadianSyllabics.h
"
101
#include "
Ogham.h
"
102
#include "
Runic.h
"
103
#include "
Khmer.h
"
104
#include "
MathematicalOperators.h
"
105
#include "
ChessSymbols.h
"
106
#include "
Yi.h
"
107
108
//
109
// Indic:
110
//
111
#include "
Bengali.h
"
112
#include "
Devanagari.h
"
113
#include "
Kannada.h
"
114
#include "
Tamil.h
"
115
#include "
Sinhala.h
"
116
#include "
Telugu.h
"
117
#include "
Malayalam.h
"
118
#include "
Gujarati.h
"
119
#include "
Gurmukhi.h
"
120
#include "
Oriya.h
"
121
// 2011.04.21.ET INDIC ADDITIONS:
122
#include "
Kaithi.h
"
123
#include "
Kharoshthi.h
"
124
#include "
Lepcha.h
"
125
#include "
Limbu.h
"
126
#include "
MeeteiMayak.h
"
127
#include "
OlChiki.h
"
128
#include "
Saurashtra.h
"
129
#include "
SylotiNagri.h
"
130
#include "
VedicExtensions.h
"
131
132
//
133
// Philippine Scripts:
134
//
135
#include "
Hanunoo.h
"
136
137
//
138
// African scripts
139
//
140
#include "
Nko.h
"
141
#include "
Osmanya.h
"
142
#include "
Tifinagh.h
"
143
#include "
Vai.h
"
144
#include "
Ethiopic.h
"
145
146
// 2009.08.27.ET ADDITIONS:
147
#include "
TaiLe.h
"
148
#include "
NewTaiLue.h
"
149
#include "
PhagsPa.h
"
150
#include "
Mongolian.h
"
151
// 2009.08.28.ET ADDITIONS:
152
#include "
Venda.h
"
153
#include "
IgboOnwu.h
"
154
// 2010.06.03.ET ADDITIONS:
155
#include "
TaiTham.h
"
156
157
// 2011.04.19,20.ET ADDENDA:
158
#include "
Glagolitic.h
"
159
#include "
Gothic.h
"
160
#include "
Bamum.h
"
161
#include "
Brahmi.h
"
162
163
#include "
Batak.h
"
164
#include "
Balinese.h
"
165
#include "
Buginese.h
"
166
#include "
Cham.h
"
167
#include "
Javanese.h
"
168
#include "
KayahLi.h
"
169
170
#include "
Rejang.h
"
171
#include "
Sundanese.h
"
172
#include "
TaiViet.h
"
173
174
#include "
OldSouthArabian.h
"
175
176
//#include "CJKA.h"
177
Generated by
1.8.4