mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-14 21:52: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,3 +1,4 @@
|
||||
--# -coding=latin1
|
||||
resource BeschRon = open Prelude, MorphoRon,CatRon in {
|
||||
|
||||
flags optimize=noexpand ;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
--# -path=.:../abstract:../common:../prelude
|
||||
concrete SymbolRon of Symbol =
|
||||
CatRon ** open Prelude, ResRon in {
|
||||
|
||||
flags coding=utf8;
|
||||
lin
|
||||
SymbPN i = mkSymb i.s ;
|
||||
IntPN i = mkSymb i.s ;
|
||||
|
||||
Reference in New Issue
Block a user