From 2bed7d57017df19920ff80431f2df18e0a6534db Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 24 Jun 2008 13:58:04 +0000 Subject: [PATCH] cp1251 coding ; trying to recognize the coding flag in grammar --- resource-1.4/bulgarian/LangBul.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource-1.4/bulgarian/LangBul.gf b/resource-1.4/bulgarian/LangBul.gf index 08cf84f02..7dca04dee 100644 --- a/resource-1.4/bulgarian/LangBul.gf +++ b/resource-1.4/bulgarian/LangBul.gf @@ -5,6 +5,6 @@ concrete LangBul of Lang = LexiconBul ** { -flags startcat = Phr ; unlexer = text ; lexer = text ; erasing = on ; +flags startcat = Phr ; unlexer = text ; lexer = text ; erasing = on ; coding = cp1251 ; } ;