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/GreetingsCat.gf | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/phrasebook/GreetingsCat.gf') diff --git a/examples/phrasebook/GreetingsCat.gf b/examples/phrasebook/GreetingsCat.gf index bdb44f78c..db8992e22 100644 --- a/examples/phrasebook/GreetingsCat.gf +++ b/examples/phrasebook/GreetingsCat.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete GreetingsCat of Greetings = SentencesCat [Greeting,mkGreeting] ** open Prelude in { lin -- cgit v1.2.3