glaemscribe 1.1.4 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/glaemresources/charsets/sarati_eldamar.cst +6 -6
- data/glaemresources/modes/quenya-sarati.glaem +23 -16
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 17fb0a1671fd1b025d7f85368bb92118b31527ae
|
|
4
|
+
data.tar.gz: ba869f5cb567447edd4330b6c6bafaf8863cbff9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce21043a3bccbe2b25d5707bfc0541b0772c398ff0e39dd5dcd4e0b4172dd8d17d4ebaa5036a2086e7b127263584072d5edb11dfd9a6e1782f787f556d7691d9
|
|
7
|
+
data.tar.gz: 403b5b2cef40dc74e50d3d9f12ce061b1944a1ee181e24fa23cc44cc64eafd28e718eb934803f6564ee7827ea5705efbc238a94a91ca1e1e83fc9224ca2b9994
|
|
@@ -55,7 +55,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
55
55
|
\** > **\ \char 3e ?
|
|
56
56
|
\** ? **\ \char 3f SARATI_L
|
|
57
57
|
\** @ **\ \char 40 ?
|
|
58
|
-
\** A **\ \char 41
|
|
58
|
+
\** A **\ \char 41 SARATI_QUENYA_HL
|
|
59
59
|
\** B **\ \char 42 ?
|
|
60
60
|
\** C **\ \char 43 ?
|
|
61
61
|
\** D **\ \char 44 ?
|
|
@@ -64,7 +64,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
64
64
|
\** G **\ \char 47 ?
|
|
65
65
|
\** H **\ \char 48 ?
|
|
66
66
|
\** I **\ \char 49 ?
|
|
67
|
-
\** J **\ \char 4a
|
|
67
|
+
\** J **\ \char 4a SARATI_QUENYA_HR
|
|
68
68
|
\** K **\ \char 4b ?
|
|
69
69
|
\** L **\ \char 4c ?
|
|
70
70
|
\** M **\ \char 4d ?
|
|
@@ -162,10 +162,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
162
162
|
\** Ê **\ \char ca ?
|
|
163
163
|
\** Ë **\ \char cb SARATI_H
|
|
164
164
|
\** Ì **\ \char cc ?
|
|
165
|
-
\** Í **\ \char cd
|
|
166
|
-
\** Î **\ \char ce
|
|
167
|
-
\** Ï **\ \char cf
|
|
168
|
-
\** Ð **\ \char d0
|
|
165
|
+
\** Í **\ \char cd PUNCT_DOT
|
|
166
|
+
\** Î **\ \char ce PUNCT_2_DOT
|
|
167
|
+
\** Ï **\ \char cf PUNCT_TRI
|
|
168
|
+
\** Ð **\ \char d0 PUNCT_2_TRI
|
|
169
169
|
\** Ñ **\ \char d1 ?
|
|
170
170
|
\** Ò **\ \char d2 SARATI_DOT_U SARATI_QUENYA_I
|
|
171
171
|
\** Ó **\ \char d3 SARATI_DOT_D
|
|
@@ -32,12 +32,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
32
32
|
\language "Quenya"
|
|
33
33
|
\writing "Sarati"
|
|
34
34
|
\mode "Quenya Usage"
|
|
35
|
-
\version "0.0.
|
|
35
|
+
\version "0.0.3"
|
|
36
36
|
\authors "J.R.R. Tolkien, impl. Talagan (Benjamin Babut)"
|
|
37
37
|
|
|
38
38
|
\beg changelog
|
|
39
39
|
\entry "0.0.1" "Initial version"
|
|
40
40
|
\entry "0.0.2" "Adding quotes handling"
|
|
41
|
+
\entry "0.0.3" "Adding simple punctuation. Correcting 'qui' by changing rule order for 'qu' in preprocessor. Adding hl/hr."
|
|
41
42
|
\end
|
|
42
43
|
|
|
43
44
|
\charset sarati_eldamar true
|
|
@@ -63,6 +64,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
63
64
|
\rxsubstitute "(ū|û|uü|üu|üü|uu)" "ú"
|
|
64
65
|
\rxsubstitute "(ȳ|ŷ|yy)" "ý"
|
|
65
66
|
|
|
67
|
+
\** Dis-ambiguate qu. Should come BEFORE correcting diphthongs. **\
|
|
68
|
+
\substitute "qu" "q"
|
|
69
|
+
|
|
70
|
+
\** Dis-ambiguate old qenya diphthongs **\
|
|
66
71
|
\substitute "iu" "iw"
|
|
67
72
|
\substitute "eu" "ew"
|
|
68
73
|
\substitute "au" "aw"
|
|
@@ -72,9 +77,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
72
77
|
|
|
73
78
|
\** Split long a **\
|
|
74
79
|
\substitute "á" "aa"
|
|
75
|
-
|
|
76
|
-
\** Dis-ambiguate qu **\
|
|
77
|
-
\substitute "qu" "q"
|
|
78
80
|
\end
|
|
79
81
|
|
|
80
82
|
\beg processor
|
|
@@ -135,7 +137,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
135
137
|
\** ########### **\
|
|
136
138
|
\** THIRD LINE **\
|
|
137
139
|
|
|
138
|
-
{L3_KER} === th
|
|
140
|
+
{L3_KER} === (th,þ) * f * (h,χ) * hw
|
|
139
141
|
{L3_IMG} === SARATI_QUENYA_S * SARATI_QUENYA_F_ALT * SARATI_H * SARATI_QUENYA_HW
|
|
140
142
|
|
|
141
143
|
[{L3_KER}]{V_L_KER_WN} --> 2,1 --> {V_IMG_FOR_CONSONNANTS_WN}[{L3_IMG}]
|
|
@@ -145,6 +147,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
145
147
|
\** # The two following are not treated the same way in tengwar **\
|
|
146
148
|
ht{V_L_KER_WN} --> {V_IMG_FOR_CONSONNANTS_WN} SARATI_QUENYA_HT_ALT_1
|
|
147
149
|
hty{V_L_KER_WN} --> {V_IMG_FOR_CONSONNANTS_WN} SARATI_QUENYA_HTY
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
hl{V_L_KER_WN} --> {V_IMG_FOR_CONSONNANTS_WN} SARATI_QUENYA_HL
|
|
153
|
+
hr{V_L_KER_WN} --> {V_IMG_FOR_CONSONNANTS_WN} SARATI_QUENYA_HR
|
|
154
|
+
|
|
155
|
+
|
|
148
156
|
|
|
149
157
|
\** ########### **\
|
|
150
158
|
\** FOURTH LINE **\
|
|
@@ -206,10 +214,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
206
214
|
|
|
207
215
|
[{LINE_8PTH_KER}]{V_L_KER_WN} --> 2,1 --> {V_IMG_FOR_CONSONNANTS_WN}[{LINE_8PTH_IMG}]
|
|
208
216
|
|
|
209
|
-
\** Override lonely s / ss / before consonant: TODO!!!! **\
|
|
210
|
-
\** s -> 8 **\
|
|
211
|
-
\** {SS} -> , **\
|
|
212
|
-
|
|
213
217
|
\** ############ **\
|
|
214
218
|
\** OTHERS **\
|
|
215
219
|
|
|
@@ -217,15 +221,18 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
217
221
|
\end
|
|
218
222
|
|
|
219
223
|
\beg rules punctuation
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
224
|
+
. --> PUNCT_2_DOT
|
|
225
|
+
! --> PUNCT_2_DOT
|
|
226
|
+
? --> PUNCT_2_DOT
|
|
227
|
+
|
|
228
|
+
, --> PUNCT_DOT
|
|
229
|
+
; --> PUNCT_DOT
|
|
230
|
+
: --> PUNCT_DOT
|
|
231
|
+
|
|
225
232
|
- --> SARATI_SPACE
|
|
226
233
|
– --> SARATI_SPACE
|
|
227
|
-
|
|
228
|
-
|
|
234
|
+
|
|
235
|
+
· --> {NULL}
|
|
229
236
|
' --> {NULL}
|
|
230
237
|
[ --> {NULL}
|
|
231
238
|
] --> {NULL}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: glaemscribe
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Benjamin 'Talagan' Babut
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-06-
|
|
11
|
+
date: 2017-06-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: commander
|