mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-18 07:32:51 -06:00
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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
@@ -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 **
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user