1feature ss01 { 2 featureNames { 3 name "Feature description for MS Platform, script Unicode, language English"; 4# With no platform ID, script ID, or language ID specified, the implementation assumes (3,1,0x409). 5#test-fea2fea: name 3 1 1041 "Feature description for MS Platform, script Unicode, language Japanese"; 6 name 3 1 0x411 "Feature description for MS Platform, script Unicode, language Japanese"; 7 name 1 "Feature description for Apple Platform, script Roman, language unspecified"; 8# With only the platform ID specified, the implementation assumes script and language = Latin. For Apple this is (1,0,0). 9 name 1 1 12 "Feature description for Apple Platform, script Japanese, language Japanese"; 10 }; 11# --- rules for this feature --- 12 sub A by B; 13} ss01; 14