mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-13 23:09:31 -06:00
add coding=utf8 to BasicRon.gf
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
--# -path=.:RGLExt:alltenses
|
||||
|
||||
concrete BasicRon of Basic = CatRon - [Text] ** open DictLangRon,ResRon, Prelude, ParamBasic,Coordination, ParadigmsRon in{
|
||||
concrete BasicRon of Basic = CatRon - [Text] ** open DictLangRon,ResRon, Prelude, ParamBasic,Coordination, ParadigmsRon in {
|
||||
|
||||
flags
|
||||
coding=utf8 ;
|
||||
|
||||
lincat
|
||||
Class = CN ;
|
||||
El = NP ;
|
||||
@@ -115,4 +119,4 @@ lindef Class = \x -> {s = \\n,sp,c => case c of
|
||||
_ => x};
|
||||
g = NMasc; a = Animate; isComp=False; needsRefForm = False; lock_CN =<>};
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user