1
0
forked from GitHub/gf-rgl

cp1251 coding ; trying to recognize the coding flag in grammar

This commit is contained in:
aarne
2008-06-24 13:58:04 +00:00
parent 822ee9f66e
commit 2bed7d5701

View File

@@ -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 ;
} ;