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:
@@ -1,3 +1,4 @@
|
||||
--# -coding=cp1251
|
||||
concrete AdjectiveBul of Adjective = CatBul ** open ResBul, Prelude in {
|
||||
flags coding=cp1251 ;
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
--# -coding=cp1251
|
||||
concrete AdverbBul of Adverb = CatBul ** open ResBul, Prelude in {
|
||||
flags coding=cp1251 ;
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
--# -path=.:../abstract:../common:prelude
|
||||
--# -coding=cp1251
|
||||
|
||||
concrete AllBul of AllBulAbs =
|
||||
LangBul,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
--# -path=.:../abstract:../common:prelude
|
||||
--# -coding=cp1251
|
||||
|
||||
abstract AllBulAbs =
|
||||
Lang,
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
--# -coding=cp1251
|
||||
concrete CatBul of Cat = CommonX - [IAdv,CAdv] ** open ResBul, Prelude, Predef, (R = ParamX) in {
|
||||
|
||||
flags
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
--# -coding=cp1251
|
||||
concrete ConjunctionBul of Conjunction =
|
||||
CatBul ** open ResBul, Coordination, Prelude, Predef in {
|
||||
flags coding=cp1251 ;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
--# -coding=cp1251
|
||||
concrete ExtraBul of ExtraBulAbs = CatBul **
|
||||
open ResBul, MorphoFunsBul, Coordination, Prelude, Predef in {
|
||||
flags coding=cp1251 ;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
--# -coding=cp1251
|
||||
abstract ExtraBulAbs = Extra ** {
|
||||
flags coding=cp1251 ;
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
--# -path=.:../abstract:../common:prelude
|
||||
--# -coding=cp1251
|
||||
|
||||
concrete GrammarBul of Grammar =
|
||||
NounBul,
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
--# -coding=cp1251
|
||||
concrete IdiomBul of Idiom = CatBul ** open Prelude, ParadigmsBul, ResBul in {
|
||||
flags coding=cp1251 ;
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
--# -path=.:../abstract:../common:../prelude
|
||||
--# -coding=cp1251
|
||||
|
||||
concrete LangBul of Lang =
|
||||
GrammarBul,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
--# -path=.:prelude
|
||||
--# -coding=cp1251
|
||||
|
||||
concrete LexiconBul of Lexicon = CatBul **
|
||||
open ParadigmsBul, ResBul, Prelude in {
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
--# -path=.:../../prelude
|
||||
--# -coding=cp1251
|
||||
|
||||
--1 A Simple English Resource Morphology
|
||||
--
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
--# -coding=cp1251
|
||||
--# -path=.:../abstract:../../prelude:../common
|
||||
|
||||
resource MorphoFunsBul = open
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
--# -coding=cp1251
|
||||
concrete NounBul of Noun = CatBul ** open ResBul, Prelude in {
|
||||
flags optimize=all_subs ; coding=cp1251 ;
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
--# -coding=cp1251
|
||||
concrete NumeralBul of Numeral = CatBul ** open Prelude, ResBul in {
|
||||
flags coding=cp1251 ;
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
--# -path=.:../abstract:../common:../prelude
|
||||
--# -coding=cp1251
|
||||
|
||||
resource ParadigmsBul = MorphoFunsBul ** open
|
||||
Predef,
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
--# -coding=cp1251
|
||||
concrete PhraseBul of Phrase = CatBul ** open Prelude, ResBul in {
|
||||
flags coding=cp1251 ;
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
--# -coding=cp1251
|
||||
concrete QuestionBul of Question = CatBul ** open ResBul, Prelude in {
|
||||
flags coding=cp1251 ;
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
--# -coding=cp1251
|
||||
concrete RelativeBul of Relative = CatBul ** open ResBul in {
|
||||
flags coding=cp1251 ;
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
--# -path=.:../abstract:../common:../../prelude
|
||||
--# -coding=cp1251
|
||||
|
||||
--1 Bulgarian auxiliary operations.
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
--# -coding=cp1251
|
||||
concrete SentenceBul of Sentence = CatBul ** open Prelude, ResBul in {
|
||||
flags coding=cp1251 ;
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
--# -coding=cp1251
|
||||
concrete StructuralBul of Structural = CatBul **
|
||||
open MorphoBul, ParadigmsBul, Prelude in {
|
||||
flags coding=cp1251 ;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
--# -path=.:../abstract:../common
|
||||
--# -coding=cp1251
|
||||
|
||||
concrete SymbolBul of Symbol = CatBul ** open Prelude, ResBul in {
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
--# -coding=cp1251
|
||||
concrete TextBul of Text = CatBul ** {
|
||||
flags coding=cp1251 ;
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
--# -coding=cp1251
|
||||
concrete VerbBul of Verb = CatBul ** open Prelude, ResBul, ParadigmsBul in {
|
||||
flags coding=cp1251 ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user