Month name (OpenInsight Specific)
At 01 MAY 1999 03:15:25AM Anders Lindholt wrote:
How can I change the month name to a local name.
I created a new LND_.. rec. in SYSENV and used load_lnd_set LND_.. without any result.
Any help ?
Anders
At 03 MAY 1999 09:36AM Oystein Reigem wrote:
Anders
I got Norwegian month names to work. I run OI 3.61. Here is what I did:
I made a row LND_NORWEGIAN in SYSENV:
Norwegian language set
JAN FEB MAR APR MAI JUN JUL AUG SEP OKT NOV DES
Januar Februar Mars April Mai Juni Juli August September Oktober November Desember
Kreditt Debet
AÀÁÂÃBCÇDÐEÈÉÊËFGHIÌÍÎÏJKLMNÑOÒÓÔÕPQRS?TUÙÚÛÜVWXYÝZÆÄØÖ?Å
aàáâãbcçdðeèéêëfghiìíîjklmnñoòóôõpqrs?tuùú
vwxy zæäøö?å
BJa,Nei DE. MT. DT.EM^.
CM_ANSI
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
Then I referred to that row in line 15 in my ENV_REGIMUS row (my application's name is REGIMUS), and for good measure also in the ENV_SYSPROG row.
I also made a row CM_ANSI with a collation sequence.
My biggest problem with SYSENV was getting international (Norwegian) chars to work. I remember there were problems with month names too, but unfortunately cannot recall the details. Except I think they were related??? I think when int'l chars were solved month names worked too. And one of the reasons int'l chars were problematic was a bug in OI - perhaps in Load_Lnd_Set. Which version do you run?
(I assume you use Load_Lnd_Set explicitly since you are experimenting to get things to run. I mean it's run automatically at startup as far as I remember.)
I can dig deeper into my notes if you need more help.
- Oystein -
At 08 MAY 1999 04:27AM Anders Lindholt wrote:
Dear Oystein,
Thank's a lot,
Anders.