mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
set the code page for the Romanian grammar to cp1250
This commit is contained in:
@@ -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" ;
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
resource MorphoRon = ResRon **
|
||||
open Prelude, Predef in {
|
||||
|
||||
flags optimize=noexpand ;
|
||||
flags
|
||||
optimize=noexpand; coding=cp1250;
|
||||
|
||||
---------------------------------------------------------------------------------
|
||||
------------------------------ARTICLES-------------------------------------------
|
||||
|
||||
@@ -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} ;
|
||||
|
||||
Reference in New Issue
Block a user