mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 18:22:50 -06:00
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:
@@ -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
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
--# -coding=latin1
|
||||
concrete AdverbFin of Adverb = CatFin ** open ResFin, Prelude, StemFin in {
|
||||
|
||||
lin
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
--# -path=.:prelude
|
||||
--# -coding=latin1
|
||||
|
||||
concrete LexiconFin of Lexicon = CatFin ** open MorphoFin, StemFin, ParadigmsFin in {
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
--# -path=.:../common:prelude
|
||||
--# -coding=latin1
|
||||
|
||||
--1 A Simple Finnish Resource Morphology
|
||||
--
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
--# -coding=latin1
|
||||
concrete NounFin of Noun = CatFin ** open ResFin, MorphoFin, StemFin, Prelude in {
|
||||
|
||||
lin
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
--# -path=.:../abstract:../common:../../prelude
|
||||
--# -coding=latin1
|
||||
|
||||
--1 Finnish Lexical Paradigms
|
||||
--
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
--# -coding=latin1
|
||||
concrete RelativeFin of Relative = CatFin ** open Prelude, ResFin, MorphoFin in {
|
||||
|
||||
flags optimize=all_subs ;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
--# -path=.:../abstract:../common:../../prelude
|
||||
--# -coding=latin1
|
||||
|
||||
--1 Finnish auxiliary operations.
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
--# -coding=latin1
|
||||
concrete SentenceFin of Sentence = CatFin ** open Prelude, ResFin, StemFin in {
|
||||
|
||||
flags optimize=all_subs ;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
--# -coding=latin1
|
||||
concrete StructuralFin of Structural = CatFin **
|
||||
open MorphoFin, ParadigmsFin, (X = ConstructX), StemFin, Prelude in {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user