You are not logged in.
Pages: 1
Ok, when i write a program with errors/warnings in it, like
void main(){}
and compile, gcc says:
[phasip@NetBox]$ gcc test.c
test.c: In function 'main':
test.c:3: warning: return type of 'main' is not 'int'
...
Nice, when I paste it here it looks perfect, but in aterm the ' characters are actually shown as in the picture below
What can i do to make this right?
(in the terminal(console?) the ' characters are black questionmarks in a white field)
Last edited by firedance (2007-07-31 10:40:12)
Offline
I've got the same thing happening here, anyone have any ideas?
% echo $LANG
en_US.utf8
Offline
Pages: 1