diff options
| author | krasimir <krasimir@chalmers.se> | 2009-02-23 14:19:10 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2009-02-23 14:19:10 +0000 |
| commit | 421912acfa2636b5aae02940c9a48141a7a59efb (patch) | |
| tree | 47d860ad4598f5e067d4227753327df26fb48017 /next-lib/src/romanian/LexiconRon.gf | |
| parent | 6be08d77e01ae418634897de62d44b5b1782566a (diff) | |
set the code page for the Romanian grammar to cp1250
Diffstat (limited to 'next-lib/src/romanian/LexiconRon.gf')
| -rw-r--r-- | next-lib/src/romanian/LexiconRon.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/next-lib/src/romanian/LexiconRon.gf b/next-lib/src/romanian/LexiconRon.gf index c01c9bc09..5ee0b1847 100644 --- a/next-lib/src/romanian/LexiconRon.gf +++ b/next-lib/src/romanian/LexiconRon.gf @@ -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" ;
|
