mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-11 20:22: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,8 +1,8 @@
|
||||
--# -coding=latin1
|
||||
|
||||
concrete NumeralAfr of Numeral = CatAfr ** open ResAfr, Prelude in {
|
||||
|
||||
flags optimize = all_subs ;
|
||||
coding=utf8 ;
|
||||
|
||||
lincat
|
||||
Digit = {s : DForm => CardOrd => Str ; en : Str} ;
|
||||
@@ -24,7 +24,7 @@ lin
|
||||
|
||||
pot01 = {
|
||||
s = \\f => table {
|
||||
NCard g _ => "een" ; ---- "één" ;
|
||||
NCard g _ => "een" ; ---- "één" ;
|
||||
NOrd af => (regAdjective "eerste").s ! Posit ! af
|
||||
} ;
|
||||
n = Sg ;
|
||||
@@ -103,7 +103,7 @@ lin
|
||||
DTeen => cardOrd dreizehn (dreizehn + "de") ;
|
||||
DTen => cardOrd dreissig (dreissig + "ste")
|
||||
} ;
|
||||
en = case drei of {_ + "e" => "ën" ; _ => "en"}
|
||||
en = case drei of {_ + "e" => "ën" ; _ => "en"}
|
||||
} ;
|
||||
invNum : CardOrd = NCard Neutr Nom ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user