|
Thanks Alistair I will give it a go This a small routine I use to convert from DOS to win I guess that is the number I need to figure out where to put in rbase cfg “ *(Convert textcolums with dos text to wintext %1 table %2 doscol %3 wincol
Gunnar Ekblad ) set case on
*(† å) set v v1d to (char(134));set v v1w to (char(229)) *( Å) set v v2d to (char(143));set v v2w to (char(197)) *(„ ä) set v v3d to (char(132));set v v3w to (char(228)) *(Ž Ä) set v v4d to (char(142));set v v4w to (char(196)) *(” ö) set v v5d to (char(148));set v v5w to (char(246)) *(™ Ö) set v v6d to (char(153));set v v6w to (char(214)) drop cursor c#1 set pointer c#1 e1 for &%1 while e1 = 0 then set v vdos to &%2 where current of c#1 set v vwin to (srpl(.vdos,.v1d,.v1w,0));set v vwin to (srpl(.vwin,.v2d,.v2w,0)) set v vwin to (srpl(.vwin,.v3d,.v3w,0));set v vwin to (srpl(.vwin,.v4d,.v4w,0)) set v vwin to (srpl(.vwin,.v5d,.v5w,0));set v vwin to (srpl(.vwin,.v6d,.v6w,0)) write .vdos ' ' .vwin update &%1 set &%3 to .vwin where current of c#1 next c#1 e1 endw set case off
If it works in rbase.cfg I ma grateful Gunnar
-----Original
Message-----
Hi Gunnar,
I haven't got a Swedish keyboard layout available at the moment but I suspect that your problem is to do with the differentiation between upper and lower case (capitals & non-capitals) in the rbase.cfg case/fold/collate sections.
If you work out the 4 digit code for each upper and lower case pair you ought to be able to insert them in the appropriate section.
As always, make sure to keep a backup copy of the cfg file if you already have any personalisation in it.
I have to admit that I always insisted that nobody in the European offices used their accented and special characters unless they wanted to pay for me to visit them to correct their problems. It didn't make me popular but it did save the company some money!!
Regards, Alastair.
|
- [RBASE-L] - RE: Contains with National charcters Gunnar Ekblad
- [RBASE-L] - RE: Contains with National charcters Gunnar Ekblad

