mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 00:22:51 -06:00
Add explicit character encoding specifications in 39 more RGL modules
To silence warnings and avoid potential problems after changing the default encoding to UTF-8.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
incomplete concrete AdjectiveRomance of Adjective =
|
||||
CatRomance ** open CommonRomance, ResRomance, Prelude in {
|
||||
|
||||
flags coding=utf8;
|
||||
lin
|
||||
|
||||
PositA a = {
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
-- which depends on [DiffRomance DiffRomance.html].
|
||||
--
|
||||
|
||||
--# -coding=latin1
|
||||
resource CommonRomance = ParamX ** open Prelude in {
|
||||
|
||||
flags optimize=all ;
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
--1 Romance auxiliary operations.
|
||||
--
|
||||
|
||||
--# -coding=latin1
|
||||
interface ResRomance = DiffRomance ** open CommonRomance, Prelude in {
|
||||
|
||||
flags optimize=all ;
|
||||
|
||||
Reference in New Issue
Block a user