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.
|
languagesystem DFLT dflt;
|
|
languagesystem latn dflt;
|
|
languagesystem latn TRK;
|
|
|
|
feature liga {
|
|
lookup liga_fl {
|
|
sub f l by f_l;
|
|
} liga_fl;
|
|
} liga;
|
|
|
|
feature liga {
|
|
lookup liga_fi {
|
|
sub f i by f_i;
|
|
} liga_fi;
|
|
|
|
script latn;
|
|
language TRK exclude_dflt;
|
|
} liga;
|