From 5d8868e38c38d63a2b0ae484bbfc651229870281 Mon Sep 17 00:00:00 2001 From: krasimir Date: Mon, 24 Nov 2008 12:53:57 +0000 Subject: [PATCH] replace latin 'a' with cyrillic 'a' --- next-lib/src/bulgarian/ResBul.gf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/next-lib/src/bulgarian/ResBul.gf b/next-lib/src/bulgarian/ResBul.gf index 795b9a746..3e18065d9 100644 --- a/next-lib/src/bulgarian/ResBul.gf +++ b/next-lib/src/bulgarian/ResBul.gf @@ -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+"è") ;