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/WordsSwe.gf | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/phrasebook/WordsSwe.gf') diff --git a/examples/phrasebook/WordsSwe.gf b/examples/phrasebook/WordsSwe.gf index 024541c81..5c4eca32c 100644 --- a/examples/phrasebook/WordsSwe.gf +++ b/examples/phrasebook/WordsSwe.gf @@ -1,4 +1,5 @@ -- (c) 2010 Aarne Ranta under LGPL +--# -coding=latin1 concrete WordsSwe of Words = SentencesSwe ** open SyntaxSwe, ParadigmsSwe, IrregSwe, (L = LexiconSwe), ExtraSwe, Prelude in { -- cgit v1.2.3