how do you print a euro using ewan in c? I just need to add a line to the end of a program to enable it to print a euro. Thanks.
PxT
2
Your character-set must have support for the symbol -- many default fonts do not. If yours does, the euro symbol is often (but not always) Ascii 128.
In ISO8859-15 character set, the ASCII code is 164.