utf8 flags in Arabic modules

This commit is contained in:
aarne
2009-12-08 13:11:16 +00:00
parent f26676f556
commit 338efc291e
3 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
resource MorphoAra = ResAra ** open Prelude in {
flags optimize = all ;--noexpand; coding=utf8 ;
flags optimize = all ;--noexpand;
coding=utf8 ;
oper

View File

@@ -1,7 +1,7 @@
concrete NumeralAra of Numeral = CatAra **
open Predef, Prelude, ResAra, MorphoAra in {
flags coding=utf8 ;
lincat

View File

@@ -8,7 +8,7 @@ concrete SentenceAra of Sentence = CatAra ** open
CommonX in {
flags optimize=all_subs ;
flags optimize=all_subs ; coding=utf8 ;
lin
{-