mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-30 18:28:55 -06:00
Convert many RGL modules from Latin-1 to UTF-8 to speed up compilation
Also add flags coding=utf8 to silence warnings.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
--# -path=.:../scandinavian:../common:../abstract:../../prelude
|
||||
--# -coding=latin1
|
||||
|
||||
--1 Danish Lexical Paradigms
|
||||
--
|
||||
@@ -33,6 +32,7 @@ resource ParadigmsDan =
|
||||
ResDan,
|
||||
MorphoDan,
|
||||
CatDan in {
|
||||
flags coding=utf8 ;
|
||||
|
||||
--2 Parameters
|
||||
--
|
||||
@@ -213,11 +213,11 @@ oper
|
||||
|
||||
|
||||
|
||||
--3 Verbs with 'være' as auxiliary
|
||||
--3 Verbs with 'være' as auxiliary
|
||||
--
|
||||
-- By default, the auxiliary is "have". This function changes it to "være".
|
||||
-- By default, the auxiliary is "have". This function changes it to "være".
|
||||
|
||||
vaereV : V -> V ; -- force auxiliary "være"
|
||||
vaereV : V -> V ; -- force auxiliary "være"
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user