1
0
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:
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,4 +1,5 @@
--# -path=.:../romance:../common:../abstract:../prelude
--# -coding=latin1
resource BeschSpa = open Prelude, CommonRomance in {

View File

@@ -1,4 +1,5 @@
--# -path=.:../romance:../abstract:../common:prelude
--# -coding=latin1
instance DiffSpa of DiffRomance = open CommonRomance, PhonoSpa, BeschSpa, Prelude in {

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete ExtraSpa of ExtraSpaAbs = ExtraRomanceSpa **
open CommonRomance, PhonoSpa, MorphoSpa, ParadigmsSpa, ParamX, ResSpa, BeschSpa,
Prelude in {

View File

@@ -1,4 +1,5 @@
--# -path=.:../romance:../abstract:../common:../prelude
--# -coding=latin1
-- machine-generated GF file from Andersson & Söderberg's MSc work

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
abstract IrregSpaAbs = Cat ** {
fun abarse_V : V ;
fun abastecer_V : V ;

View File

@@ -1,4 +1,5 @@
--# -path=.:../romance:../common:../abstract:../../prelude
--# -coding=latin1
concrete LexiconSpa of Lexicon = CatSpa ** open
(M=MorphoSpa), ParadigmsSpa, BeschSpa in {

View File

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

View File

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

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete StructuralSpa of Structural = CatSpa **
open PhonoSpa, MorphoSpa, ParadigmsSpa, BeschSpa,
MakeStructuralSpa, (X = ConstructX), Prelude in {

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete TextSpa of Text = CommonX - [Temp,TTAnt,Tense,TPres,TPast,TFut,TCond] ** {
-- This works for the special punctuation marks of Spanish.