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:
hallgren
2014-08-19 19:42:05 +00:00
parent c1690ecc4d
commit 4c38803eea
135 changed files with 2828 additions and 2810 deletions

View File

@@ -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"