mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 00:32:51 -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,5 @@
|
||||
--# -coding=latin1
|
||||
instance DiffNor of DiffScand = open CommonScand, Prelude in {
|
||||
flags coding=utf8 ;
|
||||
|
||||
-- Parameters.
|
||||
|
||||
@@ -33,7 +33,7 @@ instance DiffNor of DiffScand = open CommonScand, Prelude in {
|
||||
conjThan = "enn" ;
|
||||
conjAnd = "og" ;
|
||||
compMore = "mere" ;
|
||||
infMark = "å" ;
|
||||
infMark = "å" ;
|
||||
|
||||
subjIf = "hvis" ;
|
||||
|
||||
@@ -48,7 +48,7 @@ instance DiffNor of DiffScand = open CommonScand, Prelude in {
|
||||
mkVerb9 "ha" "har" "ha" "hadde" "hatt" "haven" "havet" "havne" "havende"
|
||||
** {part = [] ; isVaere = False} ;
|
||||
verbBe =
|
||||
mkVerb9 "være" "er" "var" "var" "vært" "væren" "været" "værne" "værende"
|
||||
mkVerb9 "være" "er" "var" "var" "vært" "væren" "været" "værne" "værende"
|
||||
** {part = [] ; isVaere = False} ;
|
||||
verbBecome =
|
||||
mkVerb9 "bli" "blir" "bli" "ble" "blitt" "bliven" "blivet" "blivne" "blivende"
|
||||
@@ -79,7 +79,7 @@ instance DiffNor of DiffScand = open CommonScand, Prelude in {
|
||||
RPrep _ => gennumForms "hvilken" "hvilket" "hvilke" ! gennum g n
|
||||
} ;
|
||||
|
||||
pronSuch = gennumForms "sådan" "sådant" "sådanne" ;
|
||||
pronSuch = gennumForms "sådan" "sådant" "sådanne" ;
|
||||
|
||||
reflPron : Agr -> Str = \a -> case <a.n,a.p> of {
|
||||
<Pl,P1> => "oss" ;
|
||||
|
||||
Reference in New Issue
Block a user