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.
12 lines
371 B
12 lines
371 B
languagesystem DFLT dflt;
|
|
|
|
feature test {
|
|
rsub [a A] [b B] [c C] q' [d D] [e E] [f F] by Q;
|
|
rsub [a A] [b B] [c C] [s - z]' [d D] [e E] [f F] by [S - Z];
|
|
|
|
# Having no context for a reverse chaining substitution rule
|
|
# is a little degenerate (we define a chain without linking it
|
|
# to anything else), but makeotf accepts this.
|
|
rsub p by P;
|
|
} test;
|