mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-18 07:32:51 -06:00
Adding coding pragmas --# -coding=latin1 so that grammars will continue to work when we change the default character encoding to UTF-8.
10 lines
151 B
Plaintext
10 lines
151 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
--# -coding=cp1251
|
|
|
|
concrete AllBul of AllBulAbs =
|
|
LangBul,
|
|
ExtraBul
|
|
** {
|
|
flags coding=cp1251 ;
|
|
} ;
|