german prob

BlitzPlus Forums/BlitzPlus Programming/german prob

Isegrimmm(Posted 2004) [#1]
I use Blitzplus and thats my Problem:
Some letter in soursecode are unable in Programm. what can i do ?
For example
Print "Übergrößä"
thx for any help
Isegrimmm


Mr Brine(Posted 2004) [#2]
yo man!

the print command sux, this works ok though:

Graphics 640,480
Text 0,0,"Übergrößä"
Flip
waitkey

Mr Brine


MrCredo(Posted 2004) [#3]
no DOS box use other ascii-codes than windows-apps...
And PRINT write output to dosbox


Isegrimmm(Posted 2004) [#4]
Thx to all, it works !
sorry, i'm a bluddy newbe.
Isegrimmm