10 lines
		
	
	
		
			287 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			287 B
		
	
	
	
		
			Plaintext
		
	
	
	
# OpenType Feature File specification, section 5.f.i, example 3
 | 
						|
# "Specifying a Chain Sub rule and marking sub-runs"
 | 
						|
# http://www.adobe.com/devnet/opentype/afdko/topic_feature_file_syntax.html
 | 
						|
 | 
						|
languagesystem latn dflt;
 | 
						|
 | 
						|
feature test {
 | 
						|
    sub [A - Z] [A.sc - Z.sc]' by [a - z];
 | 
						|
} test;
 |