examples/phrasebook: adding --# -coding=latin1 to 18 modules

Adding coding pragmas
  
	--# -coding=latin1
    
so that grammars will continue to work when we change the default character
encoding to UTF-8.
This commit is contained in:
hallgren
2013-11-22 17:47:50 +00:00
parent 9c479393f6
commit 4a82481a1f
18 changed files with 18 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
-- (c) 2009 Aarne Ranta under LGPL
--# -coding=latin1
concrete WordsDan of Words = SentencesDan **
open SyntaxDan, ParadigmsDan, IrregDan, (L = LexiconDan), ExtraDan, StructuralDan, Prelude in {