mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-27 05:22:50 -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 QuestionRon of Question =
|
||||
CatRon ** open ResRon, Prelude in {
|
||||
|
||||
flags optimize=all_subs ;
|
||||
coding=utf8 ;
|
||||
|
||||
lin
|
||||
|
||||
@@ -11,7 +11,7 @@ concrete QuestionRon of Question =
|
||||
let cls = cl.s ! DDir ! t ! a ! p
|
||||
in table {
|
||||
QDir => cls ! Indic ;
|
||||
QIndir => "dacã" ++ cls ! Indic
|
||||
QIndir => "dacã" ++ cls ! Indic
|
||||
}
|
||||
} ;
|
||||
-- doesn't have clitics since it's subject of the phrase
|
||||
|
||||
Reference in New Issue
Block a user