forked from GitHub/gf-core
utf8 flags in Arabic modules
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
resource MorphoAra = ResAra ** open Prelude in {
|
||||
|
||||
flags optimize = all ;--noexpand; coding=utf8 ;
|
||||
flags optimize = all ;--noexpand;
|
||||
coding=utf8 ;
|
||||
|
||||
oper
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
concrete NumeralAra of Numeral = CatAra **
|
||||
open Predef, Prelude, ResAra, MorphoAra in {
|
||||
|
||||
|
||||
flags coding=utf8 ;
|
||||
|
||||
lincat
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ concrete SentenceAra of Sentence = CatAra ** open
|
||||
CommonX in {
|
||||
|
||||
|
||||
flags optimize=all_subs ;
|
||||
flags optimize=all_subs ; coding=utf8 ;
|
||||
|
||||
lin
|
||||
{-
|
||||
|
||||
Reference in New Issue
Block a user