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/SentencesFin.gf | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/phrasebook/SentencesFin.gf') diff --git a/examples/phrasebook/SentencesFin.gf b/examples/phrasebook/SentencesFin.gf index 608a42233..ae9dff1eb 100644 --- a/examples/phrasebook/SentencesFin.gf +++ b/examples/phrasebook/SentencesFin.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete SentencesFin of Sentences = NumeralFin ** SentencesI - [Is, IsMass, NameNN, ObjMass, IFemale, YouFamFemale, YouPolFemale, IMale, YouFamMale, YouPolMale, -- cgit v1.2.3