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 AdjectiveFin of Adjective = CatFin ** open ResFin, StemFin, Prelude in {
flags optimize=all_subs ; -- gfc size from 2864336 to 6786 - i.e. factor 422

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete AdverbFin of Adverb = CatFin ** open ResFin, Prelude, StemFin in {
lin

View File

@@ -1,4 +1,5 @@
--# -path=.:abstract:common:prelude
--# -coding=latin1
concrete ExtraFin of ExtraFinAbs = CatFin **
open ResFin, MorphoFin, Coordination, Prelude, NounFin, StructuralFin, StemFin, (R = ParamX) in {

View File

@@ -1,4 +1,5 @@
--# -path=.:prelude
--# -coding=latin1
concrete LexiconFin of Lexicon = CatFin ** open MorphoFin, StemFin, ParadigmsFin in {

View File

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

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete NounFin of Noun = CatFin ** open ResFin, MorphoFin, StemFin, Prelude in {
lin

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete NumeralFin of Numeral = CatFin [Numeral,Digits] ** open Prelude, ParadigmsFin, MorphoFin, StemFin in {
-- Notice: possessive forms are not used. They get wrong, since every

View File

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

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete RelativeFin of Relative = CatFin ** open Prelude, ResFin, MorphoFin in {
flags optimize=all_subs ;

View File

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

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete SentenceFin of Sentence = CatFin ** open Prelude, ResFin, StemFin in {
flags optimize=all_subs ;

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete StructuralFin of Structural = CatFin **
open MorphoFin, ParadigmsFin, (X = ConstructX), StemFin, Prelude in {