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.
This commit is contained in:
hallgren
2013-11-22 17:21:36 +00:00
parent 22fe61b533
commit 9c479393f6
10 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
resource CharactersGla = {
--Character classes

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
resource CharactersGle = {
--Character classes

View File

@@ -1,4 +1,5 @@
-- (c) 2009 Laurette Pretorius Sr & Jr and Ansu Berg under LGPL
--# -coding=latin1
concrete FoodsAfr of Foods = open Prelude, Predef in{
lincat

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete FoodsGla of Foods = open MutationsGla, CharactersGla, Prelude in {
param Gender = Masc|Fem ;
param Number = Sg|Pl ;

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete FoodsGle of Foods = open MutationsGle, CharactersGle in {
param Gender = Masc|Fem ;
param Number = Sg|Pl ;

View File

@@ -1,4 +1,5 @@
--# -path=.:prelude
--# -coding=latin1
-- (c) 2009 Martha Dis Brandt under LGPL

View File

@@ -1,4 +1,5 @@
-- (c) 2009 Rami Shashati under LGPL
--# -coding=latin1
concrete FoodsPor of Foods = open Prelude in {
lincat

View File

@@ -1,4 +1,5 @@
-- (c) 2009 Aarne Ranta under LGPL
--# -coding=latin1
instance LexFoodsFin of LexFoods =
open SyntaxFin, ParadigmsFin in {

View File

@@ -1,4 +1,5 @@
-- (c) 2009 Aarne Ranta under LGPL
--# -coding=latin1
instance LexFoodsGer of LexFoods =
open SyntaxGer, ParadigmsGer in {

View File

@@ -1,4 +1,5 @@
-- (c) 2009 Aarne Ranta under LGPL
--# -coding=latin1
instance LexFoodsSwe of LexFoods =
open SyntaxSwe, ParadigmsSwe in {