glaemscribe 1.1.14 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/bin/glaemscribe +21 -17
- data/glaemresources/charsets/cirth_ds.cst +540 -0
- data/glaemresources/charsets/eldamar.cst +210 -0
- data/glaemresources/charsets/sarati_eldamar.cst +256 -0
- data/glaemresources/charsets/tengwar_ds_annatar.cst +2868 -0
- data/glaemresources/charsets/tengwar_ds_eldamar.cst +2729 -0
- data/glaemresources/charsets/tengwar_ds_elfica.cst +2742 -0
- data/glaemresources/charsets/tengwar_ds_parmaite.cst +2726 -0
- data/glaemresources/charsets/tengwar_ds_sindarin.cst +2722 -0
- data/glaemresources/charsets/tengwar_freemono.cst +217 -0
- data/glaemresources/charsets/tengwar_guni_annatar.cst +2948 -0
- data/glaemresources/charsets/tengwar_guni_eldamar.cst +2809 -0
- data/glaemresources/charsets/tengwar_guni_elfica.cst +2809 -0
- data/glaemresources/charsets/tengwar_guni_parmaite.cst +2813 -0
- data/glaemresources/charsets/tengwar_guni_sindarin.cst +2808 -0
- data/glaemresources/charsets/tengwar_telcontar.cst +225 -0
- data/glaemresources/charsets/unicode_gothic.cst +64 -0
- data/glaemresources/charsets/unicode_runes.cst +121 -0
- data/glaemresources/modes/{adunaic.glaem → adunaic-tengwar-glaemscrafu.glaem} +14 -2
- data/glaemresources/modes/{blackspeech.glaem → blackspeech-tengwar-general_use.glaem} +13 -3
- data/glaemresources/modes/english-cirth-espeak.glaem +687 -0
- data/glaemresources/modes/english-tengwar-espeak.glaem +814 -0
- data/glaemresources/modes/japanese-tengwar.glaem +776 -0
- data/glaemresources/modes/{khuzdul.glaem → khuzdul-cirth-moria.glaem} +4 -1
- data/glaemresources/modes/lang_belta-tengwar-dadef.glaem +248 -0
- data/glaemresources/modes/{futhorc.glaem → old_english-futhorc.glaem} +0 -0
- data/glaemresources/modes/{mercian.glaem → old_english-tengwar-mercian.glaem} +22 -12
- data/glaemresources/modes/{westsaxon.glaem → old_english-tengwar-westsaxon.glaem} +20 -11
- data/glaemresources/modes/{futhark-runicus.glaem → old_norse-futhark-runicus.glaem} +0 -0
- data/glaemresources/modes/{futhark-younger.glaem → old_norse-futhark-younger.glaem} +0 -0
- data/glaemresources/modes/{quenya.glaem → quenya-tengwar-classical.glaem} +32 -50
- data/glaemresources/modes/raw-cirth.glaem +154 -0
- data/glaemresources/modes/raw-tengwar.glaem +46 -23
- data/glaemresources/modes/{rlyehian.glaem → rlyehian-tengwar.glaem} +14 -3
- data/glaemresources/modes/{sindarin-daeron.glaem → sindarin-cirth-daeron.glaem} +55 -14
- data/glaemresources/modes/{sindarin-beleriand.glaem → sindarin-tengwar-beleriand.glaem} +154 -28
- data/glaemresources/modes/{sindarin.glaem → sindarin-tengwar-general_use.glaem} +86 -25
- data/glaemresources/modes/{telerin.glaem → telerin-tengwar-glaemscrafu.glaem} +16 -6
- data/glaemresources/modes/{westron.glaem → westron-tengwar-glaemscrafu.glaem} +18 -8
- data/lib/api/charset.rb +67 -7
- data/lib/api/charset_parser.rb +14 -1
- data/lib/api/constants.rb +3 -4
- data/lib/api/fragment.rb +26 -5
- data/lib/api/if_tree.rb +70 -8
- data/lib/api/macro.rb +40 -0
- data/lib/api/mode.rb +66 -19
- data/lib/api/mode_parser.rb +117 -14
- data/lib/api/object_additions.rb +23 -1
- data/lib/api/option.rb +17 -2
- data/lib/api/post_processor/outspace.rb +44 -0
- data/lib/api/post_processor/resolve_virtuals.rb +25 -9
- data/lib/api/resource_manager.rb +1 -0
- data/lib/api/rule_group.rb +170 -26
- data/lib/api/sheaf_chain_iterator.rb +1 -1
- data/lib/api/transcription_pre_post_processor.rb +8 -5
- data/lib/api/transcription_processor.rb +15 -12
- data/lib/api/tts.rb +51 -0
- data/lib/glaemscribe.rb +36 -31
- data/lib_espeak/espeakng.for.glaemscribe.nowasm.sync.js +35 -0
- data/lib_espeak/glaemscribe_tts.js +505 -0
- metadata +76 -24
@@ -0,0 +1,225 @@
|
|
1
|
+
\**
|
2
|
+
|
3
|
+
Glǽmscribe (also written Glaemscribe) is a software dedicated to
|
4
|
+
the transcription of texts between writing systems, and more
|
5
|
+
specifically dedicated to the transcription of J.R.R. Tolkien's
|
6
|
+
invented languages to some of his devised writing systems.
|
7
|
+
|
8
|
+
Copyright (C) 2015 Benjamin Babut (Talagan).
|
9
|
+
|
10
|
+
This program is free software: you can redistribute it and/or modify
|
11
|
+
it under the terms of the GNU Affero General Public License as published by
|
12
|
+
the Free Software Foundation, either version 3 of the License, or
|
13
|
+
any later version.
|
14
|
+
|
15
|
+
This program is distributed in the hope that it will be useful,
|
16
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
17
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
18
|
+
GNU Affero General Public License for more details.
|
19
|
+
|
20
|
+
You should have received a copy of the GNU Affero General Public License
|
21
|
+
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
22
|
+
|
23
|
+
**\
|
24
|
+
|
25
|
+
\** Charset for the FreeTelcontar font. Basically this is the same one as freemono **\
|
26
|
+
|
27
|
+
\version 0.0.2
|
28
|
+
|
29
|
+
\beg changelog
|
30
|
+
\entry "0.0.1" "Copy pasted freemono charset"
|
31
|
+
\entry "0.0.2" "Added ELVISH_PAREN tokien, reworked sarince token names."
|
32
|
+
\end
|
33
|
+
|
34
|
+
\char 20 SPACE
|
35
|
+
\char a0 NBSP
|
36
|
+
|
37
|
+
\** PUSTAR, take them in unicode not in personnal use (deprecation) **\
|
38
|
+
\char 2e31 PUNCT_DOT
|
39
|
+
\char 3a PUNCT_DDOT
|
40
|
+
\char 205D PUNCT_TDOT PUSTA_3
|
41
|
+
\char 2058 PUSTA_4
|
42
|
+
\char 10FB PUSTA_4_HALFED
|
43
|
+
\char 2E2C PUSTA_4_SQUARED
|
44
|
+
\char 2E2D PUSTA_5
|
45
|
+
|
46
|
+
\char e000 TW_11 TINCO
|
47
|
+
\char e001 TW_12 PARMA
|
48
|
+
\char e002 TW_13 CALMA
|
49
|
+
\char e003 TW_14 QUESSE
|
50
|
+
|
51
|
+
\char e004 TW_21 ANDO
|
52
|
+
\char e005 TW_22 UMBAR
|
53
|
+
\char e006 TW_23 ANGA
|
54
|
+
\char e007 TW_24 UNGWE
|
55
|
+
|
56
|
+
\char e008 TW_31 SULE THULE
|
57
|
+
\char e009 TW_32 FORMEN
|
58
|
+
\char e00A TW_33 AHA
|
59
|
+
\char e00B TW_34 HWESTA
|
60
|
+
|
61
|
+
\char e00C TW_41 ANTO
|
62
|
+
\char e00D TW_42 AMPA
|
63
|
+
\char e00E TW_43 ANCA
|
64
|
+
\char e00F TW_44 UNQUE
|
65
|
+
|
66
|
+
\char e010 TW_51 NUMEN
|
67
|
+
\char e011 TW_52 MALTA
|
68
|
+
\char e012 TW_53 NOLDO
|
69
|
+
\char e013 TW_54 NWALME
|
70
|
+
|
71
|
+
\char e014 TW_61 ORE
|
72
|
+
\char e015 TW_62 VALA
|
73
|
+
\char e016 TW_63 ANNA
|
74
|
+
\char e017 TW_64 VILYA
|
75
|
+
|
76
|
+
\char e018 TW_EXT_11 TINCO_EXT SULE_EXT THULE_EXT
|
77
|
+
\char e019 TW_EXT_12 PARMA_EXT FORMEN_EXT
|
78
|
+
\char e01A TW_EXT_13 CALMA_EXT AHA_EXT
|
79
|
+
\char e01B TW_EXT_14 QUESSE_EXT HWESTA_EXT
|
80
|
+
|
81
|
+
\char e01C TW_EXT_21 ANDO_EXT ANTO_EXT
|
82
|
+
\char e01D TW_EXT_22 UMBAR_EXT AMPA_EXT
|
83
|
+
\char e01E TW_EXT_23 ANGA_EXT ANCA_EXT
|
84
|
+
\char e01F TW_EXT_24 UNGWE_EXT UNQUE_EXT
|
85
|
+
|
86
|
+
\char e020 TW_71 ROMEN
|
87
|
+
\char e021 TW_72 ARDA
|
88
|
+
\char e022 TW_73 LAMBE
|
89
|
+
\char e023 TW_74 ALDA
|
90
|
+
|
91
|
+
\char e024 TW_81 SILME
|
92
|
+
\** Unfortunately, monotengwar is missing silme nuquerna used for y in beleriand **\
|
93
|
+
\char e025 TW_82 SILME_NUQUERNA SILME_NUQUERNA_ALT
|
94
|
+
\char e026 TW_83 ESSE
|
95
|
+
\char e027 TW_84 ESSE_NUQUERNA
|
96
|
+
|
97
|
+
\char e028 TW_91 HYARMEN
|
98
|
+
\char e029 TW_92 HWESTA_SINDARINWA
|
99
|
+
\char e02A TW_93 YANTA
|
100
|
+
\char e02B TW_94 URE
|
101
|
+
|
102
|
+
\char e02C ARA
|
103
|
+
\char e02D HALLA
|
104
|
+
\char e02E TELCO
|
105
|
+
\char e02F ?
|
106
|
+
|
107
|
+
\char e030 REVERSED_OSSE
|
108
|
+
\char e031 BOMBADIL_W
|
109
|
+
\char e032 OSSE
|
110
|
+
\char e033 ?
|
111
|
+
|
112
|
+
\char e034 LIGATING_SHORT_CARRIER
|
113
|
+
\char e035 ?
|
114
|
+
\char e036 ANNA_OPEN
|
115
|
+
\char e037 CHRISTOPHER_QU
|
116
|
+
|
117
|
+
\char e038 ?
|
118
|
+
\char e039 BOMBADIL_HW
|
119
|
+
\char e03A TW_MH MALTA_W_HOOK
|
120
|
+
\char e03B TW_MH_BELERIANDIC VALA_W_HOOK
|
121
|
+
|
122
|
+
\char e03C TW_HW_LOWDHAM HARP_SHAPED
|
123
|
+
\char e03D VAIA WAIA VAIYA
|
124
|
+
\char e03E ?
|
125
|
+
\char e03F ?
|
126
|
+
|
127
|
+
\char e040 A_TEHTA
|
128
|
+
\char e041 A_TEHTA_INF
|
129
|
+
\char e042 I_TEHTA_DOUBLE Y_TEHTA
|
130
|
+
\char e043 I_TEHTA_DOUBLE_INF PALATAL_SIGN Y_TEHTA_INF
|
131
|
+
|
132
|
+
\char e044 I_TEHTA
|
133
|
+
\char e045 I_TEHTA_INF NO_VOWEL_DOT UNUTIXE
|
134
|
+
\char e046 E_TEHTA
|
135
|
+
\char e047 E_TEHTA_INF
|
136
|
+
|
137
|
+
|
138
|
+
\** The two following one is boguous in the font atm so replace them by a seq which works **\
|
139
|
+
\** \char e048 E_TEHTA_DOUBLE **\
|
140
|
+
\beg seq E_TEHTA_DOUBLE
|
141
|
+
E_TEHTA E_TEHTA
|
142
|
+
\end
|
143
|
+
\char e049 E_TEHTA_DOUBLE_INF GEMINATE_DOUBLE
|
144
|
+
\char e04A O_TEHTA
|
145
|
+
\char e04B O_TEHTA_INF
|
146
|
+
|
147
|
+
\char e04C U_TEHTA
|
148
|
+
\char e04D U_TEHTA_INF
|
149
|
+
\** The two following ones are buguous in the font atm so replace them by a seq which works **\
|
150
|
+
\** \char e04E O_TEHTA_DOUBLE **\
|
151
|
+
\beg seq O_TEHTA_DOUBLE
|
152
|
+
O_TEHTA O_TEHTA
|
153
|
+
\end
|
154
|
+
\** \char e04F U_TEHTA_DOUBLE **\
|
155
|
+
\beg seq U_TEHTA_DOUBLE
|
156
|
+
U_TEHTA U_TEHTA
|
157
|
+
\end
|
158
|
+
|
159
|
+
\char e050 NASALIZE_SIGN NASALIZE_SIGN_TILD
|
160
|
+
\char e051 GEMINATE_SIGN GEMINATE_SIGN_TILD
|
161
|
+
\char e052 WA_TEHTA SEV_TEHTA
|
162
|
+
\char e053 TEHTA_BREVE A_TEHTA_CIRCUM_REVERSED
|
163
|
+
|
164
|
+
\char e054 E_TEHTA_GRAVE
|
165
|
+
\char e055 A_TEHTA_CIRCUM
|
166
|
+
\char e056 A_TEHTA_REVERSED A_TEHTA_DOUBLE
|
167
|
+
\char e057 THINNAS THINF_STROKE
|
168
|
+
|
169
|
+
\** THE TWO FOLLOWING ONES ARE HIGHLY DISCUSSABLE, MAYBE WE SHOULD ADD A VIRTUAL CHAR FOR THESE **\
|
170
|
+
\char e058 SARINCE_ENDING_LONG SARINCE_FLOURISHED
|
171
|
+
\char e059 SARINCE COMBINING_SARINCE SHOOK_RIGHT_L SHOOK_LEFT_L
|
172
|
+
\char e05A ?
|
173
|
+
\char e05B ?
|
174
|
+
|
175
|
+
\char e065 PUNCT_EXCLAM
|
176
|
+
\char e066 PUNCT_INTERR
|
177
|
+
\char e067 ELVISH_PAREN PUNCT_PAREN_L PUNCT_PAREN_R PUNCT_PAREN_L_ALT PUNCT_PAREN_R_ALT BOOKMARK_SIGN
|
178
|
+
\char e068 PUNCT_TILD
|
179
|
+
|
180
|
+
\char e069 PUNCT_DTILD RING_MARK_L RING_MARK_R
|
181
|
+
|
182
|
+
\char e06A DQUOT_OPEN
|
183
|
+
\char e06B DQUOT_CLOSE
|
184
|
+
\char e06C THORIN_EXCLAMATION
|
185
|
+
|
186
|
+
\char e070 NUM_0
|
187
|
+
\char e071 NUM_1
|
188
|
+
\char e072 NUM_2
|
189
|
+
\char e073 NUM_3
|
190
|
+
\char e074 NUM_4
|
191
|
+
\char e075 NUM_5
|
192
|
+
\char e076 NUM_6
|
193
|
+
\char e077 NUM_7
|
194
|
+
\char e078 NUM_8
|
195
|
+
\char e079 NUM_9
|
196
|
+
\char e07A NUM_10
|
197
|
+
\char e07B NUM_11
|
198
|
+
\char e07C NUM_12
|
199
|
+
|
200
|
+
\char e07D CIRC_TEHTA_INF
|
201
|
+
|
202
|
+
\** Ligatured results are mapped here **\
|
203
|
+
\**
|
204
|
+
\char 10037 AHA_TINCO
|
205
|
+
\char 10038 HWESTA_TINCO
|
206
|
+
\char 10039 ANCA_CLOSED SILME_AHA
|
207
|
+
**\
|
208
|
+
|
209
|
+
\char 204A OLD_ENGLISH_AND
|
210
|
+
|
211
|
+
\char 200d ZWJ
|
212
|
+
|
213
|
+
\** Ligatured sequences used as one entity in modes **\
|
214
|
+
\beg seq AHA_TINCO
|
215
|
+
AHA ZWJ TINCO
|
216
|
+
\end
|
217
|
+
|
218
|
+
\beg seq HWESTA_TINCO
|
219
|
+
HWESTA ZWJ TINCO
|
220
|
+
\end
|
221
|
+
|
222
|
+
\beg seq ANCA_CLOSED SILME_AHA
|
223
|
+
SILME ZWJ AHA
|
224
|
+
\end
|
225
|
+
|
@@ -0,0 +1,64 @@
|
|
1
|
+
\**
|
2
|
+
|
3
|
+
Glǽmscribe (also written Glaemscribe) is a software dedicated to
|
4
|
+
the transcription of texts between writing systems, and more
|
5
|
+
specifically dedicated to the transcription of J.R.R. Tolkien's
|
6
|
+
invented languages to some of his devised writing systems.
|
7
|
+
|
8
|
+
Copyright (C) 2015 Benjamin Babut (Talagan).
|
9
|
+
|
10
|
+
This program is free software: you can redistribute it and/or modify
|
11
|
+
it under the terms of the GNU Affero General Public License as published by
|
12
|
+
the Free Software Foundation, either version 3 of the License, or
|
13
|
+
any later version.
|
14
|
+
|
15
|
+
This program is distributed in the hope that it will be useful,
|
16
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
17
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
18
|
+
GNU Affero General Public License for more details.
|
19
|
+
|
20
|
+
You should have received a copy of the GNU Affero General Public License
|
21
|
+
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
22
|
+
|
23
|
+
**\
|
24
|
+
|
25
|
+
\** Charset for the analecta font used by the gothic mode **\
|
26
|
+
\** Very incomplete outside of the gothic range **\
|
27
|
+
\** Minimal service here ... **\
|
28
|
+
|
29
|
+
\** **\ \char 20 SPACE
|
30
|
+
\** , **\ \char 2C COMA
|
31
|
+
\** . **\ \char 2E PERIOD
|
32
|
+
\** : **\ \char 3A COLON
|
33
|
+
\** ; **\ \char 3B SEMICOLON
|
34
|
+
|
35
|
+
\** Gothic part **\
|
36
|
+
\** 𐌰 **\ \char 10330 AZA
|
37
|
+
\** 𐌱 **\ \char 10331 BERCNA
|
38
|
+
\** 𐌳 **\ \char 10333 DAAZ
|
39
|
+
\** 𐌴 **\ \char 10334 EYZ
|
40
|
+
\** 𐍆 **\ \char 10346 FE
|
41
|
+
\** 𐌲 **\ \char 10332 GEUUA
|
42
|
+
\** 𐌷 **\ \char 10337 HAAL
|
43
|
+
\** 𐌹 **\ \char 10339 IIZ
|
44
|
+
\** 𐌾 **\ \char 1033E GAAR
|
45
|
+
\** 𐌺 **\ \char 1033A CHOZMA
|
46
|
+
\** 𐌻 **\ \char 1033B LAAZ
|
47
|
+
\** 𐌼 **\ \char 1033C MANNA
|
48
|
+
\** 𐌽 **\ \char 1033D NOICZ
|
49
|
+
\** 𐍉 **\ \char 10349 UTAL
|
50
|
+
\** 𐍀 **\ \char 10340 PERTRA
|
51
|
+
\** 𐌵 **\ \char 10335 QUETRA
|
52
|
+
\** 𐍂 **\ \char 10342 REDA
|
53
|
+
\** 𐍃 **\ \char 10343 SUGIL
|
54
|
+
\** 𐍄 **\ \char 10344 TYZ
|
55
|
+
\** 𐌸 **\ \char 10338 THYTH
|
56
|
+
\** 𐌿 **\ \char 1033F URAZ
|
57
|
+
\** 𐍇 **\ \char 10347 ENGUZ
|
58
|
+
\** 𐍅 **\ \char 10345 UUINNE
|
59
|
+
\** 𐌶 **\ \char 10336 EZEC
|
60
|
+
\** 𐍈 **\ \char 10348 UUAER
|
61
|
+
\** **\ \char 1034B IIZ_TREMA \** Special Glaemscrafu ! **\
|
62
|
+
\** 𐍁 **\ \char 10341 ?
|
63
|
+
\** 𐍊 **\ \char 1034A ?
|
64
|
+
|
@@ -0,0 +1,121 @@
|
|
1
|
+
\**
|
2
|
+
|
3
|
+
Glǽmscribe (also written Glaemscribe) is a software dedicated to
|
4
|
+
the transcription of texts between writing systems, and more
|
5
|
+
specifically dedicated to the transcription of J.R.R. Tolkien's
|
6
|
+
invented languages to some of his devised writing systems.
|
7
|
+
|
8
|
+
Copyright (C) 2015 Benjamin Babut (Talagan).
|
9
|
+
|
10
|
+
This program is free software: you can redistribute it and/or modify
|
11
|
+
it under the terms of the GNU Affero General Public License as published by
|
12
|
+
the Free Software Foundation, either version 3 of the License, or
|
13
|
+
any later version.
|
14
|
+
|
15
|
+
This program is distributed in the hope that it will be useful,
|
16
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
17
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
18
|
+
GNU Affero General Public License for more details.
|
19
|
+
|
20
|
+
You should have received a copy of the GNU Affero General Public License
|
21
|
+
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
22
|
+
|
23
|
+
**\
|
24
|
+
|
25
|
+
\** Charset for the pfeffermediaeval font used by the furtharc mode **\
|
26
|
+
\** Very incomplete outside of the runes range **\
|
27
|
+
\** Minimal service here ... **\
|
28
|
+
|
29
|
+
\** **\ \char 20 SPACE
|
30
|
+
\** , **\ \char 2C COMA
|
31
|
+
\** . **\ \char 2E PERIOD
|
32
|
+
\** ; **\ \char 3B SEMICOLON
|
33
|
+
\** ᚠ **\ \char 16A0 FEHU FEOH FE
|
34
|
+
\** ᚡ **\ \char 16A1 RUNIC_V
|
35
|
+
\** ᚢ **\ \char 16A2 URUZ UR
|
36
|
+
\** ᚣ **\ \char 16A3 YR
|
37
|
+
\** ᚤ **\ \char 16A4 RUNIC_Y
|
38
|
+
\** ᚥ **\ \char 16A5 RUNIC_W
|
39
|
+
\** ᚦ **\ \char 16A6 THURISAZ THURS THORN
|
40
|
+
\** ᚧ **\ \char 16A7 ETH
|
41
|
+
\** ᚨ **\ \char 16A8 ANSUZ
|
42
|
+
\** ᚩ **\ \char 16A9 OS
|
43
|
+
\** ᚪ **\ \char 16AA AC
|
44
|
+
\** ᚫ **\ \char 16AB AESC
|
45
|
+
\** ᚬ **\ \char 16AC LONG_BRANCH_OSS
|
46
|
+
\** ᚭ **\ \char 16AD SHORT_TWIG_OSS
|
47
|
+
\** ᚮ **\ \char 16AE RUNIC_O
|
48
|
+
\** ᚯ **\ \char 16AF RUNIC_OE
|
49
|
+
\** ᚰ **\ \char 16B0 RUNIC_ON
|
50
|
+
\** ᚱ **\ \char 16B1 RAIDO RAD REID
|
51
|
+
\** ᚲ **\ \char 16B2 KAUNA
|
52
|
+
\** ᚳ **\ \char 16B3 CEN
|
53
|
+
\** ᚴ **\ \char 16B4 KAUN
|
54
|
+
\** ᚵ **\ \char 16B5 RUNIC_G
|
55
|
+
\** ᚶ **\ \char 16B6 ENG
|
56
|
+
\** ᚷ **\ \char 16B7 GEBO GYFU
|
57
|
+
\** ᚷ **\ \char 16B8 GAR
|
58
|
+
\** ᚹ **\ \char 16B9 WUNJO WYNN
|
59
|
+
\** ᚺ **\ \char 16BA HAGLAZ
|
60
|
+
\** ᚻ **\ \char 16BB HAEGL
|
61
|
+
\** ᚼ **\ \char 16BC LONG_BRANCH_HAGALL
|
62
|
+
\** ᚽ **\ \char 16BD SHORT_TWIG_HAGALL
|
63
|
+
\** ᚾ **\ \char 16BE NAUDIZ NYD NAUD
|
64
|
+
\** ᚿ **\ \char 16BF SHORT_TWIG_NAUD
|
65
|
+
\** ᛀ **\ \char 16C0 DOTTED_N
|
66
|
+
\** ᛁ **\ \char 16C1 ISAZ IS ISS
|
67
|
+
\** ᛂ **\ \char 16C2 RUNIC_E
|
68
|
+
\** ᛃ **\ \char 16C3 JERAN
|
69
|
+
\** ᛄ **\ \char 16C4 GER
|
70
|
+
\** ᛅ **\ \char 16C5 LONG_BRANCH_AR
|
71
|
+
\** ᛆ **\ \char 16C6 SHORT_TWIG_AR
|
72
|
+
\** ᛇ **\ \char 16C7 IWAZ EOH
|
73
|
+
\** ᛈ **\ \char 16C8 PERTHO PEORTH
|
74
|
+
\** ᛉ **\ \char 16C9 ALGIZ EOLHX
|
75
|
+
\** ᛊ **\ \char 16CA SOWILO
|
76
|
+
\** ᛋ **\ \char 16CB SIGEL LONG_BRANCH_SOL
|
77
|
+
\** ᛌ **\ \char 16CC SHORT_TWIG_SOL
|
78
|
+
\** ᛍ **\ \char 16CD RUNIC_C
|
79
|
+
\** ᛎ **\ \char 16CE RUNIC_Z
|
80
|
+
\** ᛏ **\ \char 16CF TIWAZ TIR TYR
|
81
|
+
\** ᛐ **\ \char 16D0 SHORT_TWIG_TYR
|
82
|
+
\** ᛑ **\ \char 16D1 RUNIC_D
|
83
|
+
\** ᛒ **\ \char 16D2 BERKANAN BEORC BJARKAN
|
84
|
+
\** ᛓ **\ \char 16D3 SHORT_TWIG_BERKANAN SHORT_TWIG_BEORC SHORT_TWIG_BJARKAN
|
85
|
+
\** ᛔ **\ \char 16D4 DOTTED_P
|
86
|
+
\** ᛕ **\ \char 16D5 OPEN_P
|
87
|
+
\** ᛖ **\ \char 16D6 EHWAZ EH
|
88
|
+
\** ᛗ **\ \char 16D7 MANNAZ MAN
|
89
|
+
\** ᛘ **\ \char 16D8 LONG_BRANCH_MADR
|
90
|
+
\** ᛙ **\ \char 16D9 SHORT_TWIG_MADR
|
91
|
+
\** ᛚ **\ \char 16DA LAUKAZ LAGU LOGR
|
92
|
+
\** ᛛ **\ \char 16DB DOTTED_L
|
93
|
+
\** ᛜ **\ \char 16DC INGWAZ
|
94
|
+
\** ᛝ **\ \char 16DD ING
|
95
|
+
\** ᛞ **\ \char 16DE DAGAZ DAEG
|
96
|
+
\** ᛟ **\ \char 16DF OTHALAN ETHEL
|
97
|
+
\** ᛠ **\ \char 16E0 EAR
|
98
|
+
\** ᛡ **\ \char 16E1 IOR
|
99
|
+
\** ᛢ **\ \char 16E2 CWEORTH
|
100
|
+
\** ᛣ **\ \char 16E3 CALC
|
101
|
+
\** ᛤ **\ \char 16E4 CEALC
|
102
|
+
\** ᛥ **\ \char 16E4 STAN
|
103
|
+
\** ᛦ **\ \char 16E6 LONG_BRANCH_YR
|
104
|
+
\** ᛧ **\ \char 16E7 SHORT_TWIG_YR
|
105
|
+
\** ᛨ **\ \char 16E8 ICELANDIC_YR
|
106
|
+
\** ᛩ **\ \char 16E9 RUNIC_Q
|
107
|
+
\** ᛪ **\ \char 16EA RUNIC_X
|
108
|
+
\** ᛫ **\ \char 16EB RUNIC_SINGLE_PUNCTUATION
|
109
|
+
\** ᛬ **\ \char 16EC RUNIC_MULTIPLE_PUNCTUATION
|
110
|
+
\** ᛭ **\ \char 16ED RUNIC_CROSS_PUNCTUATION
|
111
|
+
\** ᛮ **\ \char 16EE RUNIC_ARLAUG_SYMBOL
|
112
|
+
\** ᛯ **\ \char 16EF RUNIC_TVIMADUR_SYMBOL
|
113
|
+
\** ᛰ **\ \char 16F0 RUNIC_BELGTHOR_SYMBOL
|
114
|
+
\** ᛱ **\ \char 16F1 RUNIC_LETTER_K
|
115
|
+
\** ᛲ **\ \char 16F2 RUNIC_LETTER_SH
|
116
|
+
\** ᛳ **\ \char 16F3 RUNIC_LETTER_OO
|
117
|
+
\** ᛴ **\ \char 16F4 RUNIC_LETTER_FRANKS_CASKET_OS
|
118
|
+
\** ᛵ **\ \char 16F5 RUNIC_LETTER_FRANKS_CASKET_IS
|
119
|
+
\** ᛶ **\ \char 16F6 RUNIC_LETTER_FRANKS_CASKET_EH
|
120
|
+
\** ᛷ **\ \char 16F7 RUNIC_LETTER_FRANKS_CASKET_AC
|
121
|
+
\** ᛸ **\ \char 16F8 RUNIC_LETTER_FRANKS_CASKET_AESC
|
@@ -31,13 +31,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
31
31
|
\entry "0.1.0" "Added support for the Tengwar Elfica font"
|
32
32
|
\entry "0.1.1" "Added support for inlined raw tengwar"
|
33
33
|
\entry "0.1.2" "Added support for non-breaking spaces"
|
34
|
+
\entry "0.1.3" "Added support for new unicode charsets"
|
35
|
+
\entry "0.1.4" "Added support for the Tengwar Telcontar font"
|
34
36
|
\end
|
35
37
|
|
36
38
|
\** Adunaic mode for glaemscribe (MAY BE INCOMPLETE) **\
|
37
39
|
\language Adûnaic
|
38
40
|
\writing Tengwar
|
39
41
|
\mode "Adûnaic Tengwar - G*"
|
40
|
-
\version "0.1.
|
42
|
+
\version "0.1.4"
|
41
43
|
\authors "Talagan (Benjamin Babut), based on J.R.R Tolkien"
|
42
44
|
|
43
45
|
\world arda
|
@@ -50,7 +52,17 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
50
52
|
\charset tengwar_ds_eldamar false
|
51
53
|
\charset tengwar_ds_annatar false
|
52
54
|
\charset tengwar_ds_elfica false
|
55
|
+
|
56
|
+
\charset tengwar_guni_sindarin false
|
57
|
+
\charset tengwar_guni_parmaite false
|
58
|
+
\charset tengwar_guni_eldamar false
|
59
|
+
\charset tengwar_guni_annatar false
|
60
|
+
\charset tengwar_guni_elfica false
|
61
|
+
|
53
62
|
\charset tengwar_freemono false
|
63
|
+
\charset tengwar_telcontar false
|
64
|
+
|
65
|
+
|
54
66
|
|
55
67
|
\beg options
|
56
68
|
\beg option reverse_o_u_tehtar O_UP_U_DOWN
|
@@ -271,7 +283,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
271
283
|
> --> PUNCT_PAREN_R
|
272
284
|
|
273
285
|
\** Not universal between fonts ... **\
|
274
|
-
$ -->
|
286
|
+
$ --> ELVISH_PAREN
|
275
287
|
≤ --> RING_MARK_L \** Ring inscription left beautiful stuff **\
|
276
288
|
≥ --> RING_MARK_R \** Ring inscription right beautiful stuff **\
|
277
289
|
\end
|
@@ -27,7 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
27
27
|
\beg changelog
|
28
28
|
\entry 0.0.1 "First version"
|
29
29
|
\entry 0.0.2 "Ported to virtual chars."
|
30
|
-
\entry 0.0.3 "Merging with blackspeech Annatar"
|
30
|
+
\entry 0.0.3 "Merging with blackspeech Annatar."
|
31
31
|
\entry 0.0.4 "Adding double tehtar handling."
|
32
32
|
\entry 0.0.5 "Fixing ORE/ROMEN, refactoring."
|
33
33
|
\entry 0.0.6 "Added support for the FreeMonoTengwar font"
|
@@ -35,12 +35,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
35
35
|
\entry "0.1.1" "Added support for inlined raw tengwar"
|
36
36
|
\entry "0.1.2" "Added support for non-breaking spaces"
|
37
37
|
\entry "0.1.3" "Correcting visibility options to conform to new glaeml args strict syntax"
|
38
|
+
\entry "0.1.4" "Added support for new unicode charsets"
|
39
|
+
\entry "0.1.5" "Added support for the Tengwar Telcontar font"
|
38
40
|
\end
|
39
41
|
|
40
42
|
\language "Black Speech"
|
41
43
|
\writing "Tengwar"
|
42
44
|
\mode "Black Speech Tengwar - General Use"
|
43
|
-
\version "0.1.
|
45
|
+
\version "0.1.5"
|
44
46
|
\authors "J.R.R. Tolkien, impl. Talagan (Benjamin Babut)"
|
45
47
|
|
46
48
|
\world arda
|
@@ -53,7 +55,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
53
55
|
\charset tengwar_ds_eldamar false
|
54
56
|
\charset tengwar_ds_annatar true
|
55
57
|
\charset tengwar_ds_elfica false
|
58
|
+
|
59
|
+
\charset tengwar_guni_sindarin false
|
60
|
+
\charset tengwar_guni_parmaite false
|
61
|
+
\charset tengwar_guni_eldamar false
|
62
|
+
\charset tengwar_guni_annatar false
|
63
|
+
\charset tengwar_guni_elfica false
|
64
|
+
|
56
65
|
\charset tengwar_freemono false
|
66
|
+
\charset tengwar_telcontar false
|
57
67
|
|
58
68
|
\beg options
|
59
69
|
|
@@ -311,7 +321,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
311
321
|
> --> PUNCT_PAREN_R
|
312
322
|
|
313
323
|
\** Not universal between fonts ... **\
|
314
|
-
$ -->
|
324
|
+
$ --> ELVISH_PAREN
|
315
325
|
≤ --> RING_MARK_L \** Ring inscription left beautiful stuff **\
|
316
326
|
≥ --> RING_MARK_R \** Ring inscription right beautiful stuff **\
|
317
327
|
|