2016-01-07 09:25:08 +01:00
|
|
|
lookup ChainedSingleSubst {
|
|
|
|
substitute [one two] three A' by A.sc;
|
|
|
|
substitute [B-D]' seven [eight nine] by [B.sc-D.sc];
|
|
|
|
} ChainedSingleSubst;
|
|
|
|
|
2016-01-06 17:33:34 +01:00
|
|
|
lookup ChainedMultipleSubst {
|
|
|
|
substitute [A-C a-c] [D d] E c_t' V [W w] [X-Z x-z] by c t;
|
|
|
|
} ChainedMultipleSubst;
|
|
|
|
|
2016-01-07 10:31:13 +01:00
|
|
|
lookup ChainedLigatureSubst {
|
|
|
|
substitute A [C c]' [T t]' Z by c_t;
|
|
|
|
} ChainedLigatureSubst;
|
|
|
|
|
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 10:31:13 +01:00
|
|
|
lookup ChainedLigatureSubst;
|
2016-01-06 17:33:34 +01:00
|
|
|
} test;
|