1
0
forked from GitHub/gf-core

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 c122bc52d8
commit 2038b776af
5 changed files with 42 additions and 11 deletions

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