|
-
Apr 8th, 2009, 12:00 PM
#1
Thread Starter
New Member
[RESOLVED] Euro currency symbol in console displayed as question mark
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|