From 4a82481a1f035b2da52446d486bcbfe1e43f5e17 Mon Sep 17 00:00:00 2001 From: hallgren Date: Fri, 22 Nov 2013 17:47:50 +0000 Subject: 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. --- examples/phrasebook/WordsFre.gf | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/phrasebook/WordsFre.gf') diff --git a/examples/phrasebook/WordsFre.gf b/examples/phrasebook/WordsFre.gf index 0cd3db975..46d02defa 100644 --- a/examples/phrasebook/WordsFre.gf +++ b/examples/phrasebook/WordsFre.gf @@ -1,4 +1,5 @@ -- (c) 2009 Ramona Enache and Aarne Ranta under LGPL +--# -coding=latin1 concrete WordsFre of Words = SentencesFre ** open SyntaxFre, -- cgit v1.2.3