replace latin 'a' with cyrillic 'a'

This commit is contained in:
krasimir
2008-11-24 12:53:57 +00:00
parent a993ee2151
commit 5d8868e38c

View File

@@ -367,8 +367,8 @@ resource ResBul = ParamX ** open Prelude in {
ASg Masc Indef => base ;
ASg Masc Def => (base0+"èÿ") ;
ASgMascDefNom => (base0+"èÿò") ;
ASg Fem Indef => (base0+"a") ;
ASg Fem Def => (base0+"àòà") ;
ASg Fem Indef => (base0+"à") ;
ASg Fem Def => (base0+"aòa") ;
ASg Neut Indef => (base0+"î") ;
ASg Neut Def => (base0+"îòî") ;
APl Indef => (ia2e base0+"è") ;