Hi Wolfgang,

well, I exactly mean that 8^). But the most easiest way would be to do it 
inside Suqcess, wouldn't it...;-)).

Cheers...Ralf R.

----- Original Message ----- 
From: "Wolfgang Uhlig" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, December 18, 2005 5:36 PM
Subject: Re: [ql-users] Some help


Am Sun, 18 Dec 2005 16:48:43 +0100 hat Ralf Reköndt
<[EMAIL PROTECTED]> geschrieben:

> An option to translate the charcter set  to use the exported file with
> Win programs.

What you mean is a conversion of the German "Umlaute" isn't it?

I guess, Bob Spelten, who has taken over the development of SuQcess didn't
think of it because he is Dutch ;)

You can help yourself in 2 ways:
1) If it is not too large a text, you could put it to the Scrap in QPC and
paste it in Windows, QPC will care about the conversion (German config of
QPC)
2) by writing a filter to do that. A little bit like this one (IICR it was
for DOS, not for Windows, just try out)

150 OPEN_IN #4, Ausgangstext
160 OPEN_OVER #5, konvertierter Text
170 REPeat x%
180 IF EOF(#4):EXIT x%
190 BGET #4,a%
200  SELect ON a%
210   =128:a%=132
220   =132:a%=148
230   =135:a%=129
240   =160:a%=142
250   =164:a%=153
260   =167:a%=154
270   =156:a%=225
280   =REMAINDER :a%=a%
290  END SELect
300 BPUT #5,a%
310 END REPeat x%
320 CLOSE #4,#5

Wolfgang 

_______________________________________________
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm

Reply via email to