123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- languagesystem DFLT dflt;
- languagesystem latn dflt;
- languagesystem latn MOL ;
- languagesystem latn ROM ;
- feature aalt{
- feature locl;
- feature subs;
- feature sinf;
- feature sups;
- feature ordn;
- feature case;
- } aalt;
- feature locl { # Localized Forms
- script latn; # Latin
- language MOL exclude_dflt; # Moldavian
- sub [Scedilla scedilla] by [uni0218 uni0219];
- language ROM exclude_dflt; # Romanian
- sub [Scedilla scedilla] by [uni0218 uni0219];
- } locl;
- feature subs { # Subscript
- # DEFAULT
- sub @aalt3 by @subs1;
- script latn; # Latin
- sub @aalt3 by @subs1;
- language MOL ; # Moldavian
- language ROM ; # Romanian
- } subs;
- feature sinf { # Scientific Inferiors
- # DEFAULT
- sub @aalt3 by @subs1;
- script latn; # Latin
- sub @aalt3 by @subs1;
- language MOL ; # Moldavian
- language ROM ; # Romanian
- } sinf;
- feature sups { # Superscript
- # DEFAULT
- sub @aalt3 by @sups1;
- script latn; # Latin
- sub @aalt3 by @sups1;
- language MOL ; # Moldavian
- language ROM ; # Romanian
- } sups;
- feature frac { # Fractions
- # DEFAULT
- sub one slash two by onehalf;
- sub one slash three by onethird;
- sub one slash four by onequarter;
- sub one slash five by uni2155;
- sub one slash six by uni2159;
- sub one slash eight by oneeighth;
- sub two slash three by twothirds;
- sub two slash five by uni2156;
- sub three slash four by threequarters;
- sub three slash five by uni2157;
- sub three slash eight by threeeighths;
- sub four slash five by uni2158;
- sub five slash six by uni215A;
- sub five slash eight by fiveeighths;
- sub seven slash eight by seveneighths;
- script latn; # Latin
- sub one slash two by onehalf;
- sub one slash three by onethird;
- sub one slash four by onequarter;
- sub one slash five by uni2155;
- sub one slash six by uni2159;
- sub one slash eight by oneeighth;
- sub two slash three by twothirds;
- sub two slash five by uni2156;
- sub three slash four by threequarters;
- sub three slash five by uni2157;
- sub three slash eight by threeeighths;
- sub four slash five by uni2158;
- sub five slash six by uni215A;
- sub five slash eight by fiveeighths;
- sub seven slash eight by seveneighths;
- language MOL ; # Moldavian
- language ROM ; # Romanian
- } frac;
- feature ordn { # Ordinals
- # DEFAULT
- sub @aalt3 [A a]' by [ordfeminine ordfeminine];
- sub @aalt3 [O o]' by [ordmasculine ordmasculine];
- script latn; # Latin
- sub @aalt3 [A a]' by [ordfeminine ordfeminine];
- sub @aalt3 [O o]' by [ordmasculine ordmasculine];
- language MOL ; # Moldavian
- language ROM ; # Romanian
- } ordn;
- feature case { # Case-Sensitive Forms
- # DEFAULT
- sub [exclamdown questiondown uni2E18] by [exclamdown.case questiondown.case uni2E18.case];
- script latn; # Latin
- sub [exclamdown questiondown uni2E18] by [exclamdown.case questiondown.case uni2E18.case];
- language MOL ; # Moldavian
- language ROM ; # Romanian
- } case;
|