From 694192db3796bc098edea23f603f1a8818645559 Mon Sep 17 00:00:00 2001 From: krasimir Date: Sat, 31 Jul 2010 14:27:57 +0000 Subject: [PATCH] add coding=utf8 to BasicRon.gf --- examples/SUMO/BasicRon.gf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/examples/SUMO/BasicRon.gf b/examples/SUMO/BasicRon.gf index a41dd99b4..09b8aeb6c 100644 --- a/examples/SUMO/BasicRon.gf +++ b/examples/SUMO/BasicRon.gf @@ -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 =<>}; - }; \ No newline at end of file + };