lib/src: adding --# -coding=latin1 to 119 RGL modules

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:26:00 +00:00
parent 1272015873
commit a24d8a9506
119 changed files with 120 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
--# -path=.:../Romance:../common:../abstract:../common:prelude
--# -coding=latin1
concrete CatRon of Cat =
CommonX - [CAdv,Temp,Tense]

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete IdiomRon of Idiom =
-- CatRon ** open (P = ParamX), MorphoRon, ParadigmsRon,Prelude
CatRon ** open Prelude, ResRon,BeschRon

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete PhraseRon of Phrase =
CatRon ** open ResRon, Prelude in {

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete QuestionRon of Question =
CatRon ** open ResRon, Prelude in {

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete RelativeRon of Relative =
CatRon ** open Prelude, ResRon in {

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete SentenceRon of Sentence =
CatRon ** open Prelude, ResRon in {

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete VerbRon of Verb =
CatRon ** open Prelude, ResRon in {