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.
23 lines
378 B
23 lines
378 B
languagesystem latn DEU;
|
|
languagesystem latn FRA;
|
|
languagesystem latn ITA;
|
|
|
|
feature hlig {
|
|
script latn;
|
|
language DEU exclude_dflt required;
|
|
sub D E U by D.sc;
|
|
|
|
language FRA exclude_dflt;
|
|
sub F R A by F.sc;
|
|
} hlig;
|
|
|
|
feature liga {
|
|
script latn;
|
|
language ITA exclude_dflt required;
|
|
sub I T A by I.sc;
|
|
} liga;
|
|
|
|
feature scmp {
|
|
sub [a - z] by [A.sc - Z.sc];
|
|
} scmp;
|