Hello,

how can I display the € (EURo) sign instead of a question mark in a console application on german windows XP SP3 system?

(untested code due to lack of access to a XP system)

dim s as string
' even placing a € in the code displays just a question mark
s = strings.format("currenty test: Euro {0:c}", 42)
' EUR displayed as question mark
writeline(s)
readline
' EUR displayed as € sign
messagebox.show(s, "EUR", messageboxicon.error,messageboxbuttons.ok)

In the console, I can type AltGr + e to get an euro sign.
So the used console font (lucidia console I think) has the correct font.