mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 14:52: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,7 +1,7 @@
|
||||
--# -coding=latin1
|
||||
concrete NumeralCat of Numeral = CatCat [Numeral,Digits] **
|
||||
open CommonRomance, ResRomance, MorphoCat, Prelude in {
|
||||
|
||||
flags coding=utf8 ;
|
||||
--
|
||||
-- gcc M3.5.1, M3.5.2
|
||||
--
|
||||
@@ -38,7 +38,7 @@ oper
|
||||
|
||||
cardOrdReg : CardOrd -> Str -> Str -> Str = \co,sis,si -> case co of {
|
||||
NCard _ => sis ;
|
||||
NOrd Masc Sg => si + "è" ;
|
||||
NOrd Masc Sg => si + "è" ;
|
||||
NOrd Fem Sg => si + "ena" ;
|
||||
NOrd Masc Pl => si + "ens" ;
|
||||
NOrd Fem Pl => si + "enes"
|
||||
@@ -55,7 +55,7 @@ oper
|
||||
cardOrd3 : CardOrd -> (m,f:Str) -> Str = \co,dos,dues -> case co of {
|
||||
NCard Masc => dos ;
|
||||
NCard Fem => dues ;
|
||||
NOrd Masc Sg => dos + "è" ;
|
||||
NOrd Masc Sg => dos + "è" ;
|
||||
NOrd Fem Sg => dos + "ena" ;
|
||||
NOrd Masc Pl => dos + "ens" ;
|
||||
NOrd Fem Pl => dos + "enes"
|
||||
|
||||
Reference in New Issue
Block a user