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,3 +1,4 @@
--# -coding=cp1251
concrete AdjectiveBul of Adjective = CatBul ** open ResBul, Prelude in {
flags coding=cp1251 ;

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
concrete AdverbBul of Adverb = CatBul ** open ResBul, Prelude in {
flags coding=cp1251 ;

View File

@@ -1,4 +1,5 @@
--# -path=.:../abstract:../common:prelude
--# -coding=cp1251
concrete AllBul of AllBulAbs =
LangBul,

View File

@@ -1,4 +1,5 @@
--# -path=.:../abstract:../common:prelude
--# -coding=cp1251
abstract AllBulAbs =
Lang,

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
concrete CatBul of Cat = CommonX - [IAdv,CAdv] ** open ResBul, Prelude, Predef, (R = ParamX) in {
flags

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
concrete ConjunctionBul of Conjunction =
CatBul ** open ResBul, Coordination, Prelude, Predef in {
flags coding=cp1251 ;

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
concrete ExtraBul of ExtraBulAbs = CatBul **
open ResBul, MorphoFunsBul, Coordination, Prelude, Predef in {
flags coding=cp1251 ;

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
abstract ExtraBulAbs = Extra ** {
flags coding=cp1251 ;

View File

@@ -1,4 +1,5 @@
--# -path=.:../abstract:../common:prelude
--# -coding=cp1251
concrete GrammarBul of Grammar =
NounBul,

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
concrete IdiomBul of Idiom = CatBul ** open Prelude, ParadigmsBul, ResBul in {
flags coding=cp1251 ;

View File

@@ -1,4 +1,5 @@
--# -path=.:../abstract:../common:../prelude
--# -coding=cp1251
concrete LangBul of Lang =
GrammarBul,

View File

@@ -1,4 +1,5 @@
--# -path=.:prelude
--# -coding=cp1251
concrete LexiconBul of Lexicon = CatBul **
open ParadigmsBul, ResBul, Prelude in {

View File

@@ -1,4 +1,5 @@
--# -path=.:../../prelude
--# -coding=cp1251
--1 A Simple English Resource Morphology
--

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
--# -path=.:../abstract:../../prelude:../common
resource MorphoFunsBul = open

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
concrete NounBul of Noun = CatBul ** open ResBul, Prelude in {
flags optimize=all_subs ; coding=cp1251 ;

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
concrete NumeralBul of Numeral = CatBul ** open Prelude, ResBul in {
flags coding=cp1251 ;

View File

@@ -1,4 +1,5 @@
--# -path=.:../abstract:../common:../prelude
--# -coding=cp1251
resource ParadigmsBul = MorphoFunsBul ** open
Predef,

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
concrete PhraseBul of Phrase = CatBul ** open Prelude, ResBul in {
flags coding=cp1251 ;

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
concrete QuestionBul of Question = CatBul ** open ResBul, Prelude in {
flags coding=cp1251 ;

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
concrete RelativeBul of Relative = CatBul ** open ResBul in {
flags coding=cp1251 ;

View File

@@ -1,4 +1,5 @@
--# -path=.:../abstract:../common:../../prelude
--# -coding=cp1251
--1 Bulgarian auxiliary operations.

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
concrete SentenceBul of Sentence = CatBul ** open Prelude, ResBul in {
flags coding=cp1251 ;

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
concrete StructuralBul of Structural = CatBul **
open MorphoBul, ParadigmsBul, Prelude in {
flags coding=cp1251 ;

View File

@@ -1,4 +1,5 @@
--# -path=.:../abstract:../common
--# -coding=cp1251
concrete SymbolBul of Symbol = CatBul ** open Prelude, ResBul in {

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
concrete TextBul of Text = CatBul ** {
flags coding=cp1251 ;

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
concrete VerbBul of Verb = CatBul ** open Prelude, ResBul, ParadigmsBul in {
flags coding=cp1251 ;