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,3 +1,4 @@
--# -coding=latin1
concrete ExtraGer of ExtraGerAbs = CatGer **
open ResGer, Coordination, Prelude, IrregGer in {

View File

@@ -1,4 +1,5 @@
--# -path=.:prelude:../abstract:../common
--# -coding=latin1
-- adapted from verb list in
-- http://www.iee.et.tu-dresden.de/~wernerr/grammar/verben_dt.html

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
abstract IrregGerAbs = Cat ** {
fun backen_V : V ;

View File

@@ -1,4 +1,5 @@
--# -path=.:../common:../abstract:../../prelude
--# -coding=latin1
-- work by Aarne Ranta, Andreas Priesnitz, and Henning Thielemann.

View File

@@ -1,4 +1,5 @@
--# -path=.:../common:../../prelude
--# -coding=latin1
--
----1 A Simple German Resource Morphology
----

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete NumeralGer of Numeral = CatGer [Numeral,Digits] ** open MorphoGer, Prelude in {
flags optimize = all_subs ;

View File

@@ -1,4 +1,5 @@
--# -path=.:../common:../abstract:../../prelude
--# -coding=latin1
--1 German Lexical Paradigms
--

View File

@@ -1,4 +1,5 @@
--# -path=.:../abstract:../common:prelude
--# -coding=latin1
--1 German auxiliary operations.
--

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete StructuralGer of Structural = CatGer **
open MorphoGer, MakeStructuralGer, (X = ConstructX),