2016-01-07 09:25:08 +01:00
|
|
|
lookup ChainedSingleSubst {
|
2016-12-20 11:06:32 +00:00
|
|
|
sub [one two] three A' by A.sc;
|
2020-04-03 17:36:34 -04:00
|
|
|
sub [B - D]' seven [eight nine] by [B.sc - D.sc];
|
2016-01-07 09:25:08 +01:00
|
|
|
} ChainedSingleSubst;
|
|
|
|
|
2016-01-06 17:33:34 +01:00
|
|
|
lookup ChainedMultipleSubst {
|
2020-04-03 17:36:34 -04:00
|
|
|
sub [A - C a - c] [D d] E c_t' V [W w] [X - Z x - z] by c t;
|
2016-01-06 17:33:34 +01:00
|
|
|
} ChainedMultipleSubst;
|
|
|
|
|
2016-01-07 11:32:54 +01:00
|
|
|
lookup ChainedAlternateSubst {
|
2016-12-20 11:06:32 +00:00
|
|
|
sub [space comma semicolon] e' from [e e.begin];
|
2016-01-07 11:32:54 +01:00
|
|
|
} ChainedAlternateSubst;
|
|
|
|
|
2016-01-07 10:31:13 +01:00
|
|
|
lookup ChainedLigatureSubst {
|
2016-12-20 11:06:32 +00:00
|
|
|
sub A [C c]' [T t]' Z by c_t;
|
2016-01-07 10:31:13 +01:00
|
|
|
} ChainedLigatureSubst;
|
|
|
|
|
2016-01-07 12:03:22 +01:00
|
|
|
lookup ChainedContextualSubst {
|
2016-12-20 11:06:32 +00:00
|
|
|
sub A D E c_t' lookup ChainedMultipleSubst V W X;
|
2016-01-07 12:03:22 +01:00
|
|
|
} ChainedContextualSubst;
|
|
|
|
|
2016-01-06 17:33:34 +01:00
|
|
|
feature test {
|
2016-01-07 09:25:08 +01:00
|
|
|
lookup ChainedSingleSubst;
|
2016-01-06 17:33:34 +01:00
|
|
|
lookup ChainedMultipleSubst;
|
2016-01-07 11:32:54 +01:00
|
|
|
lookup ChainedAlternateSubst;
|
2016-01-07 10:31:13 +01:00
|
|
|
lookup ChainedLigatureSubst;
|
2016-01-07 12:03:22 +01:00
|
|
|
lookup ChainedContextualSubst;
|
2016-01-06 17:33:34 +01:00
|
|
|
} test;
|