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 9c479393f6
commit 4a82481a1f
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 { concrete GreetingsCat of Greetings = SentencesCat [Greeting,mkGreeting] ** open Prelude in {
lin lin

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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