mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 00:52:51 -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
|
||||
instance DiffSwe of DiffScand = open CommonScand, Prelude in {
|
||||
|
||||
-- Parameters.
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
--# -path=.:../scandinavian:../abstract:../common:prelude
|
||||
--# -coding=latin1
|
||||
concrete ExtraSwe of ExtraSweAbs = ExtraScandSwe - [FocAdv] ,
|
||||
ParadigmsSwe - [nominative] **
|
||||
open CommonScand, ResSwe, ParamX, VerbSwe, Prelude, DiffSwe, StructuralSwe, MorphoSwe,
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
--# -coding=latin1
|
||||
concrete IdiomSwe of Idiom = CatSwe **
|
||||
open MorphoSwe, ParadigmsSwe, IrregSwe, Prelude in {
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
--# -path=.:../scandinavian:../common:../abstract:../../prelude
|
||||
--# -coding=latin1
|
||||
|
||||
concrete IrregSwe of IrregSweAbs = CatSwe ** open ParadigmsSwe in {
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
--# -coding=latin1
|
||||
abstract IrregSweAbs = Cat ** {
|
||||
fun
|
||||
anfalla_V : V ;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
--# -path=.:../scandinavian:../common:../abstract:../../prelude
|
||||
--# -coding=latin1
|
||||
|
||||
concrete LexiconSwe of Lexicon = CatSwe **
|
||||
open Prelude, ParadigmsSwe, IrregSwe in {
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
--# -path=.:../scandinavian:../common:../../prelude
|
||||
--# -coding=latin1
|
||||
|
||||
--1 A Simple Swedish Resource Morphology
|
||||
--
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
--# -coding=latin1
|
||||
concrete NumeralSwe of Numeral = CatSwe [Numeral,Digits] ** open ResSwe, MorphoSwe, Prelude in {
|
||||
|
||||
lincat
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
--# -path=.:../scandinavian:../common:../abstract:../../prelude
|
||||
--# -coding=latin1
|
||||
|
||||
--1 Swedish Lexical Paradigms
|
||||
--
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
--# -coding=latin1
|
||||
concrete StructuralSwe of Structural = CatSwe **
|
||||
open MorphoSwe, ParadigmsSwe, MakeStructuralSwe,
|
||||
(X = ConstructX), Prelude in {
|
||||
|
||||
Reference in New Issue
Block a user