glaemscribe 1.0.18 → 1.0.19

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0b24e3c9d8cd3e5e4092d637dec334b8b87e95c2
4
- data.tar.gz: caa34f43b9ee0065117c75adb2bcd3fddd472149
3
+ metadata.gz: 237076570a583fd79c313be95d6fa8c402dba4ed
4
+ data.tar.gz: 4a348096912394b7a6015862a32bce737c1866a0
5
5
  SHA512:
6
- metadata.gz: 9cd409f9c6f841bcac5ae1a6db9d5b331c29ddf6dc9712f4d8eb244797b61542425e70560bc62ef8f3d3a5de58741cdec9d14afd2316148bedf11b3aa705e3e4
7
- data.tar.gz: 752c26a43e71d60f08302135d671643f7d4b40b2266c3a91506794d7307a6934b3b7f90f82ee248238fc7976f0656fb58741ed9064c094fb431fe098d21ad2a5
6
+ metadata.gz: b6eb2ada777e7276d3395de60cad092cee75acc94730b7f423dfffa1e378c148cc951734f4fe6cb859d774868208f65a528d4abc425fadf63050574ac0a5d499
7
+ data.tar.gz: eac9f03885275c91dcac19e3ef61ed912179bf9c94e86a2499463c3e5c61ac6fbd2b5bd7f7f4db95b19146d46accdcedfd67f6bb356076b7da43930451a08281
@@ -472,7 +472,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
472
472
  \class LAMBE_MARK_DSTROKE LAMBE ALDA
473
473
  \end
474
474
 
475
- \beg virtual I_TEHTA_INF NO_VOWEL_DOT
475
+ \beg virtual I_TEHTA_INF NO_VOWEL_DOT UNUTIXE
476
476
  \class THINF_DOT_XS TELCO ARA ROMEN ARDA SILME_NUQUERNA HARP_SHAPED
477
477
  \class THINF_DOT_S TINCO PARMA TW_EXT_11 TW_EXT_12 SHOOK_BEAUTIFUL AHA_TINCO HWESTA_TINCO
478
478
  \class THINF_DOT_L SULE FORMEN AHA HWESTA ORE VALA ANNA VILYA SILME SILME_NUQUERNA_ALT ESSE ESSE_NUQUERNA HYARMEN HWESTA_SINDARINWA YANTA URE OSSE
@@ -473,7 +473,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
473
473
  \class LAMBE_MARK_DSTROKE LAMBE ALDA
474
474
  \end
475
475
 
476
- \beg virtual I_TEHTA_INF NO_VOWEL_DOT
476
+ \beg virtual I_TEHTA_INF NO_VOWEL_DOT UNUTIXE
477
477
  \class THINF_DOT_XS TELCO ARA ROMEN ARDA SILME_NUQUERNA SILME_NUQUERNA_ALT HARP_SHAPED
478
478
  \class THINF_DOT_S TINCO PARMA TW_EXT_11 TW_EXT_12 SILME YANTA OSSE AHA_TINCO HWESTA_TINCO
479
479
  \class THINF_DOT_L SULE FORMEN AHA HWESTA ORE VALA ANNA VILYA ESSE ESSE_NUQUERNA HYARMEN HWESTA_SINDARINWA URE
@@ -37,6 +37,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
37
37
  \entry "0.1.3", "Fixing ks, ps, ts. Fixing dot under ore, romen in implicit a mode."
38
38
  \entry "0.1.4", "Conforming to the new csub format. Cleaning with new csub classes."
39
39
  \entry "0.1.5", "csub removed. Now using virtual chars defined in charsets."
40
+ \entry "0.1.6", "Removing unutixe under óre for coherency in implicit a submode."
40
41
  \end
41
42
 
42
43
  \**
@@ -47,7 +48,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
47
48
  \language "Quenya"
48
49
  \writing "Tengwar"
49
50
  \mode "Classical"
50
- \version "0.1.5"
51
+ \version "0.1.6"
51
52
  \authors "Talagan (Benjamin Babut)"
52
53
 
53
54
  \charset tengwar_ds true
@@ -283,10 +284,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
283
284
  \** 6TH LINE RULES **\
284
285
  \** ===================== **\
285
286
 
286
- {_LONE_R_} === ORE
287
+ {_LONE_R_} === ORE \** TODO: Add dot for full unutixe, don't add dot for lazy unutixe **\
287
288
  \if always_use_romen_for_r
288
289
  \** Override lone r if option is on **\
289
- {_LONE_R_} === ROMEN
290
+ {_LONE_R_} === ROMEN {_NVOWEL_}
290
291
  \endif
291
292
 
292
293
  {L6} === r * v * y * w
@@ -298,7 +299,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
298
299
  r[{LVOWELS}] --> ROMEN [{_LTEHTAR_}]
299
300
 
300
301
  \** Override rule r + null **\
301
- r --> {_LONE_R_} {_NVOWEL_}
302
+ r --> {_LONE_R_}
302
303
 
303
304
  rr{V_D_WN} --> ROMEN GEMINATE_SIGN {_V_D_WN_}
304
305
  ry{V_D_WN} --> ROMEN PALATAL_SIGN {_V_D_WN_}
@@ -24,14 +24,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
24
24
 
25
25
  \** Sindarin Angerthas Daeron mode for glaemscribe **\
26
26
 
27
- \** changelog **\
28
- \** 0.0.2 : Added thorn as equivalent for th **\
29
- \** 0.0.3 : Moved out space to general element **\
27
+ \beg changelog
28
+ \entry 0.0.2 "Added thorn as equivalent for th"
29
+ \entry 0.0.3 "Moved out space to general element"
30
+ \entry 0.0.4 "Fixed wrong ch, hw, h"
31
+ \end
30
32
 
31
33
  \language "Sindarin"
32
34
  \writing "Cirth"
33
35
  \mode "Angerthas Daeron"
34
- \version "0.0.3"
36
+ \version "0.0.4"
35
37
  \authors "Talagan (Benjamin Babut)"
36
38
 
37
39
  \charset cirth_ds true
@@ -63,37 +65,61 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
63
65
  \beg processor
64
66
 
65
67
  \beg rules litteral
68
+
69
+ \** Vowels **\
70
+
66
71
  a --> CIRTH_48
67
72
  á --> CIRTH_49
73
+
74
+ e --> CIRTH_46
75
+ é --> CIRTH_47
76
+
77
+ i --> CIRTH_39
78
+ í --> CIRTH_39 CIRTH_39
79
+
80
+ o --> CIRTH_50
81
+ ó --> CIRTH_51 \** Can use CIRTH_51_ALT **\
82
+
83
+ ö --> CIRTH_52 \** Can use CIRTH_52_ALT **\
84
+ œ --> CIRTH_52
85
+
86
+ u --> CIRTH_42
87
+ ú --> CIRTH_43
88
+
89
+ ü --> CIRTH_45_ALT \** Can use CIRTH_45 **\
90
+ y --> CIRTH_45_ALT \** Can use CIRTH_45 **\
91
+
92
+ \** Consonants **\
68
93
 
94
+ p --> CIRTH_1
69
95
  b --> CIRTH_2
96
+ t --> CIRTH_8
97
+ d --> CIRTH_9
98
+
99
+ f --> CIRTH_3
100
+ v --> CIRTH_4
101
+ ff_ --> CIRTH_3
102
+
70
103
  bh --> CIRTH_4
71
- c --> CIRTH_18
72
- ch --> CIRTH_13
73
104
 
74
- d --> CIRTH_9
75
-
76
105
  dh --> CIRTH_11
77
106
  đ --> CIRTH_11
78
107
  ð --> CIRTH_11
79
108
  ðh --> CIRTH_11
80
109
 
81
- e --> CIRTH_46
82
- é --> CIRTH_47
83
-
84
- f --> CIRTH_3
85
- ff_ --> CIRTH_3
86
-
87
110
  g --> CIRTH_19
88
111
  gh --> CIRTH_21
112
+ (k,c) --> CIRTH_18
113
+ (kh,ch) --> CIRTH_20
114
+
89
115
  ghw --> CIRTH_26
90
116
  gw --> CIRTH_24
91
- h --> CIRTH_5 \** . is another one??, V is +h (should be used in combinations, maybe todo) **\
92
- i --> CIRTH_39
93
- í --> CIRTH_39 CIRTH_39
117
+
118
+ h --> CIRTH_54 \** 13 is more eng. ch like in chin and 15 is more eng. sh like in shoe **\
119
+ hw --> CIRTH_5
120
+
94
121
  j --> CIRTH_14
95
- k --> CIRTH_18
96
- kh --> CIRTH_20
122
+
97
123
  khw --> CIRTH_25
98
124
  kw --> CIRTH_23
99
125
  l --> CIRTH_31
@@ -113,23 +139,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
113
139
  nw --> CIRTH_28
114
140
  ngw --> CIRTH_27
115
141
  nj --> CIRTH_17
116
- o --> CIRTH_50
117
- ó --> CIRTH_51 \** Can use CIRTH_51_ALT **\
118
- ö --> CIRTH_52 \** Can use CIRTH_52_ALT **\
119
- œ --> CIRTH_52
120
- p --> CIRTH_1
121
142
  r --> CIRTH_29
122
143
  rh --> CIRTH_30
123
144
  s --> CIRTH_34 \** Can use CIRTH_35 **\
124
145
  sh --> CIRTH_15
125
146
  ss --> CIRTH_36
126
- t --> CIRTH_8
127
147
  (þ,th) --> CIRTH_10
128
- u --> CIRTH_42
129
- ú --> CIRTH_43
130
- ü --> CIRTH_45_ALT \** Can use CIRTH_45 **\
131
- y --> CIRTH_45_ALT \** Can use CIRTH_45 **\
132
- v --> CIRTH_4
133
148
  w --> CIRTH_44
134
149
  zh --> CIRTH_16
135
150
  \end
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.0.18
4
+ version: 1.0.19
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: 2016-09-02 00:00:00.000000000 Z
11
+ date: 2016-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: commander
@@ -111,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
111
  version: '0'
112
112
  requirements: []
113
113
  rubyforge_project:
114
- rubygems_version: 2.4.8
114
+ rubygems_version: 2.5.1
115
115
  signing_key:
116
116
  specification_version: 4
117
117
  summary: Glǽmscribe