1languagesystem DFLT dflt; 2 3feature kern { 4 @Y_LC = [y yacute ydieresis]; 5 @SMALL_PUNC = [comma semicolon period]; 6 enum pos @Y_LC @SMALL_PUNC -100; 7} kern; 8