diff options
| author | krasimir <krasimir@chalmers.se> | 2010-07-31 14:27:57 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2010-07-31 14:27:57 +0000 |
| commit | f5fb69d3cdb4a6e586da925414553f1aeee3c78c (patch) | |
| tree | cc652658d2dc89ead21ef60ace91db358d15819a /examples | |
| parent | c033bbccff2c5b911453682c3b6cfa8162bcd67d (diff) | |
add coding=utf8 to BasicRon.gf
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/SUMO/BasicRon.gf | 8 |
1 files 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 + };
|
