mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 17:42: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
|
||||
resource BeschFre = open Prelude, MorphoFre in {
|
||||
|
||||
flags optimize=noexpand ; -- faster and smaller than =all
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
--# -path=.:../romance:../abstract:../common:prelude
|
||||
--# -coding=latin1
|
||||
|
||||
instance DiffFre of DiffRomance - [
|
||||
imperClit,
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
--# -coding=latin1
|
||||
concrete ExtraFre of ExtraFreAbs = ExtraRomanceFre **
|
||||
open CommonRomance, PhonoFre, MorphoFre, ParadigmsFre, ParamX, ResFre, Prelude in {
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
--# -coding=latin1
|
||||
-- Structures special for French. These are not implemented in other
|
||||
-- Romance languages.
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
--# -path=.:../romance:../common:../abstract:../../prelude
|
||||
--# -coding=latin1
|
||||
|
||||
-- Irregular verbs from Nancy, based on a list from Sylvain Pogodalla, 25/11/2004
|
||||
-- Translated to GF by Aarne Ranta
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
--# -path=.:../romance:../abstract:../../prelude
|
||||
--# -coding=latin1
|
||||
|
||||
-- Irregular verbs from Nancy, based on a list from Sylvain Pogodalla, 25/11/2004
|
||||
-- Translated to GF by Aarne Ranta
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
--# -path=.:../romance:../common:../abstract:../../prelude
|
||||
--# -coding=latin1
|
||||
|
||||
concrete LexiconFre of Lexicon = CatFre **
|
||||
open (M = MorphoFre), PhonoFre, ParadigmsFre, IrregFre in {
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
--# -path=.:../romance:../common:../../prelude
|
||||
--# -coding=latin1
|
||||
|
||||
--1 A Simple French Resource Morphology
|
||||
--
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
--# -path=.:../romance:../common:../abstract:../../prelude
|
||||
--# -coding=latin1
|
||||
|
||||
--1 French Lexical Paradigms
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user