mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -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 {
|
open ParadigmsRon,BeschRon,MorphoRon in {
|
||||||
|
|
||||||
flags
|
flags
|
||||||
optimize=values ;
|
optimize=values; coding=cp1250;
|
||||||
|
|
||||||
lin
|
lin
|
||||||
airplane_N = mkN "avion" ;
|
airplane_N = mkN "avion" ;
|
||||||
|
|||||||
@@ -3,7 +3,8 @@
|
|||||||
resource MorphoRon = ResRon **
|
resource MorphoRon = ResRon **
|
||||||
open Prelude, Predef in {
|
open Prelude, Predef in {
|
||||||
|
|
||||||
flags optimize=noexpand ;
|
flags
|
||||||
|
optimize=noexpand; coding=cp1250;
|
||||||
|
|
||||||
---------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------
|
||||||
------------------------------ARTICLES-------------------------------------------
|
------------------------------ARTICLES-------------------------------------------
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
concrete NumeralRon of Numeral = CatRon **
|
concrete NumeralRon of Numeral = CatRon **
|
||||||
open MorphoRon, CatRon, Prelude in {
|
open MorphoRon, CatRon, Prelude in {
|
||||||
|
|
||||||
|
flags
|
||||||
|
coding=cp1250;
|
||||||
|
|
||||||
param DForm = unit | teen | ten | teen_inf | attr;
|
param DForm = unit | teen | ten | teen_inf | attr;
|
||||||
|
|
||||||
lincat Digit = {s : CardOrd => DForm => Str ; size : Size} ;
|
lincat Digit = {s : CardOrd => DForm => Str ; size : Size} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user