diff options
| author | hallgren <hallgren@chalmers.se> | 2013-11-22 17:47:50 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2013-11-22 17:47:50 +0000 |
| commit | 4a82481a1f035b2da52446d486bcbfe1e43f5e17 (patch) | |
| tree | a3f2298a4fac99703103dd527eb48daa9f6b3818 /examples/phrasebook/WordsSwe.gf | |
| parent | 9c479393f605df35abebe455fd35809736bf7b0a (diff) | |
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.
Diffstat (limited to 'examples/phrasebook/WordsSwe.gf')
| -rw-r--r-- | examples/phrasebook/WordsSwe.gf | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
