set the code page for the Romanian grammar to cp1250

This commit is contained in:
krasimir
2009-02-23 14:19:10 +00:00
parent 6be08d77e0
commit 421912acfa
3 changed files with 6 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ concrete LexiconRon of Lexicon = CatRon **
open ParadigmsRon,BeschRon,MorphoRon in {
flags
optimize=values ;
optimize=values; coding=cp1250;
lin
airplane_N = mkN "avion" ;

View File

@@ -3,7 +3,8 @@
resource MorphoRon = ResRon **
open Prelude, Predef in {
flags optimize=noexpand ;
flags
optimize=noexpand; coding=cp1250;
---------------------------------------------------------------------------------
------------------------------ARTICLES-------------------------------------------

View File

@@ -1,6 +1,9 @@
concrete NumeralRon of Numeral = CatRon **
open MorphoRon, CatRon, Prelude in {
flags
coding=cp1250;
param DForm = unit | teen | ten | teen_inf | attr;
lincat Digit = {s : CardOrd => DForm => Str ; size : Size} ;