mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
Commented out faulty coding flag
FoodsIce.gf contained coding=utf8, but the file is in the latin1 encoding. This confused GF.
This commit is contained in:
@@ -4,8 +4,7 @@
|
|||||||
|
|
||||||
concrete FoodsIce of Foods = open Prelude in {
|
concrete FoodsIce of Foods = open Prelude in {
|
||||||
|
|
||||||
flags
|
--flags coding=utf8;
|
||||||
coding=utf8;
|
|
||||||
|
|
||||||
lincat
|
lincat
|
||||||
Comment = SS ;
|
Comment = SS ;
|
||||||
|
|||||||
Reference in New Issue
Block a user