|
@@ -1,26 +1,48 @@
|
|
# Prefix: Languagesystems
|
|
# Prefix: Languagesystems
|
|
# automatic
|
|
# automatic
|
|
languagesystem DFLT dflt;
|
|
languagesystem DFLT dflt;
|
|
|
|
+languagesystem latn dflt;
|
|
|
|
+languagesystem latn ROM;
|
|
|
|
+languagesystem latn MOL;
|
|
|
|
|
|
feature aalt {
|
|
feature aalt {
|
|
# automatic
|
|
# automatic
|
|
feature sups;
|
|
feature sups;
|
|
feature frac;
|
|
feature frac;
|
|
feature ordn;
|
|
feature ordn;
|
|
|
|
+feature locl;
|
|
|
|
+feature case;
|
|
} aalt;
|
|
} aalt;
|
|
|
|
|
|
|
|
+feature locl {
|
|
|
|
+# automatic
|
|
|
|
+script latn;
|
|
|
|
+language ROM;
|
|
|
|
+sub Scedilla by Scommaaccent;
|
|
|
|
+sub scedilla by scommaaccent;
|
|
|
|
+language MOL;
|
|
|
|
+sub Scedilla by Scommaaccent;
|
|
|
|
+sub scedilla by scommaaccent;
|
|
|
|
+} locl;
|
|
|
|
+
|
|
feature sups {
|
|
feature sups {
|
|
# automatic
|
|
# automatic
|
|
|
|
+sub one by onesuperior;
|
|
sub two by twosuperior;
|
|
sub two by twosuperior;
|
|
sub three by threesuperior;
|
|
sub three by threesuperior;
|
|
-sub one by onesuperior;
|
|
|
|
} sups;
|
|
} sups;
|
|
|
|
|
|
feature frac {
|
|
feature frac {
|
|
# automatic
|
|
# automatic
|
|
|
|
+sub one slash eight by oneeighth;
|
|
sub one slash four by onequarter;
|
|
sub one slash four by onequarter;
|
|
|
|
+sub three slash eight by threeeighths;
|
|
sub one slash two by onehalf;
|
|
sub one slash two by onehalf;
|
|
|
|
+sub five slash eight by fiveeighths;
|
|
sub three slash four by threequarters;
|
|
sub three slash four by threequarters;
|
|
|
|
+sub seven slash eight by seveneighths;
|
|
|
|
+sub one slash three by onethird;
|
|
|
|
+sub two slash three by twothirds;
|
|
} frac;
|
|
} frac;
|
|
|
|
|
|
feature ordn {
|
|
feature ordn {
|
|
@@ -29,6 +51,19 @@ sub [zero one two three four five six seven eight nine] [A a]' by ordfeminine;
|
|
sub [zero one two three four five six seven eight nine] [O o]' by ordmasculine;
|
|
sub [zero one two three four five six seven eight nine] [O o]' by ordmasculine;
|
|
} ordn;
|
|
} ordn;
|
|
|
|
|
|
|
|
+feature case {
|
|
|
|
+# automatic
|
|
|
|
+sub exclamdown by exclamdown.case;
|
|
|
|
+sub uni2E18 by uni2E18.case;
|
|
|
|
+sub questiondown by questiondown.case;
|
|
|
|
+sub uni0306 by uni0306.case;
|
|
|
|
+sub uni0311 by uni0311.case;
|
|
|
|
+sub uni030F by uni030F.case;
|
|
|
|
+sub uni0307 by uni0307.case;
|
|
|
|
+sub uni030B by uni030B.case;
|
|
|
|
+sub uni0304 by uni0304.case;
|
|
|
|
+} case;
|
|
|
|
+
|
|
feature liga {
|
|
feature liga {
|
|
# automatic
|
|
# automatic
|
|
sub f i by fi;
|
|
sub f i by fi;
|