1
0
forked from GitHub/gf-core

examples/phrasebook: adding --# -coding=latin1 to 18 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:47:50 +00:00
parent a24d8a9506
commit b237996eb3
18 changed files with 18 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete GreetingsCat of Greetings = SentencesCat [Greeting,mkGreeting] ** open Prelude in {
lin

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete GreetingsDan of Greetings = SentencesDan [Greeting,mkGreeting] ** open Prelude in {
lin

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete GreetingsFin of Greetings = SentencesFin [Greeting,mkGreeting] ** open Prelude in {
lin

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete GreetingsFre of Greetings = SentencesFre [Greeting,mkGreeting] ** open Prelude in {
lin

View File

@@ -1,4 +1,5 @@
--# -path=.:abstract:prelude:german:api:common
--# -coding=latin1
concrete GreetingsGer of Greetings = SentencesGer [Greeting,mkGreeting] ** open Prelude in {
lin

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete GreetingsNor of Greetings = SentencesNor [Greeting,mkGreeting] ** open Prelude in {
lin

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete GreetingsSwe of Greetings = SentencesSwe [Greeting,mkGreeting] ** open Prelude in {
lin

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete SentencesCat of Sentences = NumeralCat ** SentencesI - [
IsMass,
IFemale, YouFamFemale, YouPolFemale, IMale, YouFamMale, YouPolMale,

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete SentencesFin of Sentences = NumeralFin ** SentencesI -
[Is, IsMass, NameNN, ObjMass,
IFemale, YouFamFemale, YouPolFemale, IMale, YouFamMale, YouPolMale,

View File

@@ -1,4 +1,5 @@
-- (c) 2010 Aarne Ranta and Olga Caprotti under LGPL
--# -coding=latin1
concrete WordsCat of Words = SentencesCat ** open
SyntaxCat,

View File

@@ -1,4 +1,5 @@
-- (c) 2009 Aarne Ranta under LGPL
--# -coding=latin1
concrete WordsDan of Words = SentencesDan **
open SyntaxDan, ParadigmsDan, IrregDan, (L = LexiconDan), ExtraDan, StructuralDan, Prelude in {

View File

@@ -1,4 +1,5 @@
-- (c) 2009 Aarne Ranta under LGPL
--# -coding=latin1
concrete WordsDut of Words = SentencesDut **

View File

@@ -1,4 +1,5 @@
-- (c) 2010 Aarne Ranta under LGPL
--# -coding=latin1
concrete WordsFin of Words = SentencesFin **
open

View File

@@ -1,4 +1,5 @@
-- (c) 2009 Ramona Enache and Aarne Ranta under LGPL
--# -coding=latin1
concrete WordsFre of Words = SentencesFre ** open
SyntaxFre,

View File

@@ -1,4 +1,5 @@
-- (c) 2009 Aarne Ranta under LGPL
--# -coding=latin1
concrete WordsGer of Words = SentencesGer **
open SyntaxGer, ParadigmsGer, IrregGer, (L = LexiconGer), ExtraGer, Prelude in {

View File

@@ -1,4 +1,5 @@
-- (c) 2010 Aarne Ranta and Olga Caprotti under LGPL
--# -coding=latin1
concrete WordsIta of Words = SentencesIta ** open
SyntaxIta,

View File

@@ -1,4 +1,5 @@
-- (c) 2009 Aarne Ranta under LGPL
--# -coding=latin1
concrete WordsNor of Words = SentencesNor **
open SyntaxNor, ParadigmsNor, IrregNor, (L = LexiconNor), ExtraNor, StructuralNor, Prelude in {

View File

@@ -1,4 +1,5 @@
-- (c) 2010 Aarne Ranta under LGPL
--# -coding=latin1
concrete WordsSwe of Words = SentencesSwe **
open SyntaxSwe, ParadigmsSwe, IrregSwe, (L = LexiconSwe), ExtraSwe, Prelude in {