forked from GitHub/gf-core
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,11 +1,11 @@
|
||||
--# -path=.:../romance:../common:../abstract:../../prelude
|
||||
--# -coding=latin1
|
||||
--
|
||||
-- Verbs trets de "Xurriguera".
|
||||
--
|
||||
|
||||
resource BeschCat = open Prelude, CommonRomance in {
|
||||
|
||||
|
||||
--flags optimize=noexpand ; -- faster than values
|
||||
--
|
||||
oper Verbum = {s : VFB => Str} ;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
--# -path=.:../romance:../abstract:../common:prelude
|
||||
|
||||
--# -coding=latin1
|
||||
instance DiffCat of DiffRomance = open CommonRomance, PhonoCat, BeschCat, Prelude in {
|
||||
|
||||
flags optimize=noexpand ;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
--# -path=.:../romance:../abstract:../common:prelude
|
||||
--# -coding=latin1
|
||||
-- machine-generated GF file from Andersson & Söderberg's MSc work
|
||||
concrete IrregCat of IrregCatAbs = CatCat **
|
||||
open CommonRomance, ParadigmsCat, BeschCat in {
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
--# -coding=latin1
|
||||
abstract IrregCatAbs = Cat ** {
|
||||
|
||||
-- fun abarse_V : V ;
|
||||
-- fun abastecer_V : V ;
|
||||
-- fun abeldar_V : V ;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
--# -path=.:../romance:../common:../abstract:../../prelude
|
||||
--# -coding=latin1
|
||||
|
||||
concrete LexiconCat of Lexicon = CatCat ** open
|
||||
(M=MorphoCat), ParadigmsCat, BeschCat in {
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
--# -coding=latin1
|
||||
concrete NumeralCat of Numeral = CatCat [Numeral,Digits] **
|
||||
open CommonRomance, ResRomance, MorphoCat, Prelude in {
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
--# -path=.:../romance:../common:../abstract:../../prelude
|
||||
--# -coding=latin1
|
||||
|
||||
--1 Catalan Lexical Paradigms
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user