2016-12-20 10:24:20 +00:00
|
|
|
feature ss01 {
|
2016-03-18 09:55:51 +04:00
|
|
|
featureNames {
|
2016-12-20 10:24:20 +00:00
|
|
|
name "Feature description for MS Platform, script Unicode, language English";
|
2016-03-18 09:55:51 +04:00
|
|
|
# With no platform ID, script ID, or language ID specified, the implementation assumes (3,1,0x409).
|
2016-12-20 10:24:20 +00:00
|
|
|
#test-fea2fea: name 3 1 1041 "Feature description for MS Platform, script Unicode, language Japanese";
|
|
|
|
name 3 1 0x411 "Feature description for MS Platform, script Unicode, language Japanese";
|
|
|
|
name 1 "Feature description for Apple Platform, script Roman, language unspecified";
|
2016-03-18 09:55:51 +04:00
|
|
|
# With only the platform ID specified, the implementation assumes script and language = Latin. For Apple this is (1,0,0).
|
2016-12-20 10:24:20 +00:00
|
|
|
name 1 1 12 "Feature description for Apple Platform, script Japanese, language Japanese";
|
|
|
|
};
|
2016-03-18 09:55:51 +04:00
|
|
|
# --- rules for this feature ---
|
|
|
|
sub A by B;
|
2016-12-20 10:24:20 +00:00
|
|
|
} ss01;
|