19 lines
486 B
Plaintext
19 lines
486 B
Plaintext
lookup ChainedSingleSubst {
|
|
substitute [one two] three A' by A.sc;
|
|
substitute [B-D]' seven [eight nine] by [B.sc-D.sc];
|
|
} ChainedSingleSubst;
|
|
|
|
lookup ChainedMultipleSubst {
|
|
substitute [A-C a-c] [D d] E c_t' V [W w] [X-Z x-z] by c t;
|
|
} ChainedMultipleSubst;
|
|
|
|
lookup ChainedLigatureSubst {
|
|
substitute A [C c]' [T t]' Z by c_t;
|
|
} ChainedLigatureSubst;
|
|
|
|
feature test {
|
|
lookup ChainedSingleSubst;
|
|
lookup ChainedMultipleSubst;
|
|
lookup ChainedLigatureSubst;
|
|
} test;
|