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/SentencesCat.gf | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/phrasebook/SentencesCat.gf') diff --git a/examples/phrasebook/SentencesCat.gf b/examples/phrasebook/SentencesCat.gf index 43116581e..752c6b9c7 100644 --- a/examples/phrasebook/SentencesCat.gf +++ b/examples/phrasebook/SentencesCat.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete SentencesCat of Sentences = NumeralCat ** SentencesI - [ IsMass, IFemale, YouFamFemale, YouPolFemale, IMale, YouFamMale, YouPolMale, -- cgit v1.2.3