You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
416 B
22 lines
416 B
languagesystem DFLT dflt;
|
|
languagesystem latn dflt;
|
|
languagesystem latn TRK;
|
|
languagesystem cyrl dflt;
|
|
|
|
feature aalt {
|
|
feature salt;
|
|
feature smcp;
|
|
sub d by d.alt;
|
|
} aalt;
|
|
|
|
feature smcp {
|
|
sub [a - c] by [A.sc - C.sc];
|
|
sub f i by f_i; # not considered for aalt
|
|
} smcp;
|
|
|
|
feature salt {
|
|
sub a from [a.alt1 a.alt2 a.alt3];
|
|
sub e [c d e]' f by [c.mid d.mid e.mid];
|
|
sub b by b.alt;
|
|
} salt;
|