mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 03: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
141 B
Plaintext
10 lines
141 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
--# -coding=cp1251
|
|
|
|
abstract AllBulAbs =
|
|
Lang,
|
|
ExtraBulAbs
|
|
** {
|
|
flags coding=cp1251 ;
|
|
} ;
|