Files
gf-core/lib/src/bulgarian/AllBul.gf
hallgren a24d8a9506 lib/src: adding --# -coding=latin1 to 119 RGL modules
Adding coding pragmas
  
	--# -coding=latin1
  
so that grammars will continue to work when we change the default character
encoding to UTF-8.
2013-11-22 17:26:00 +00:00

10 lines
151 B
Plaintext

--# -path=.:../abstract:../common:prelude
--# -coding=cp1251
concrete AllBul of AllBulAbs =
LangBul,
ExtraBul
** {
flags coding=cp1251 ;
} ;