diff options
| author | hallgren <hallgren@chalmers.se> | 2013-11-22 17:21:36 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2013-11-22 17:21:36 +0000 |
| commit | 9c479393f605df35abebe455fd35809736bf7b0a (patch) | |
| tree | a63e48db4c01ce35b033125edcbe990ee218fada /examples/foods/LexFoodsSwe.gf | |
| parent | 22fe61b533dbd9055b9f13f43c05e504bbf6b451 (diff) | |
examples/foods: add --# -coding=latin1
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/foods/LexFoodsSwe.gf')
| -rw-r--r-- | examples/foods/LexFoodsSwe.gf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/foods/LexFoodsSwe.gf b/examples/foods/LexFoodsSwe.gf index 72e7e3e86..6718e9fab 100644 --- a/examples/foods/LexFoodsSwe.gf +++ b/examples/foods/LexFoodsSwe.gf @@ -1,4 +1,5 @@ -- (c) 2009 Aarne Ranta under LGPL +--# -coding=latin1 instance LexFoodsSwe of LexFoods = open SyntaxSwe, ParadigmsSwe in { |
