glaemscribe 1.0.8 → 1.0.9
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.
- data/glaemresources/modes/quenya.glaem +4 -3
- metadata +1 -1
|
@@ -25,12 +25,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
25
25
|
\** Changelog **\
|
|
26
26
|
\** 0.0.2 : added χ for the word χarina, correcting ts/ps sequences to work better with eldamar **\
|
|
27
27
|
\** 0.0.3 : added o/u curl option **\
|
|
28
|
-
\** 0.0.4 : added voiced
|
|
28
|
+
\** 0.0.4 : added voiced plosives corner cases treatment and option to chose method **\
|
|
29
|
+
\** 0.0.5 : fixing h+long vowel medially **\
|
|
29
30
|
|
|
30
31
|
\language "Quenya"
|
|
31
32
|
\writing "Tengwar"
|
|
32
33
|
\mode "Classical"
|
|
33
|
-
\version "0.0.
|
|
34
|
+
\version "0.0.5"
|
|
34
35
|
\authors "Talagan (Benjamin Babut)"
|
|
35
36
|
|
|
36
37
|
\charset tengwar_ds true
|
|
@@ -207,7 +208,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
207
208
|
|
|
208
209
|
\** Override h with vowels (descendent of hy) **\
|
|
209
210
|
_h{V_D_KER} --> HYARMEN {V_D_IMG__L}
|
|
210
|
-
|
|
211
|
+
_h[{LVOWELS}] --> HYARMEN ARA [{TEHTA_XS}]
|
|
211
212
|
(h,χ) --> AHA
|
|
212
213
|
|
|
213
214
|
\** ===================== **\
|