You are not logged in.

#1 2007-08-06 12:00:17

AquaFox
Member
Registered: 2007-06-08
Posts: 62

GCC returning weird characters

/home/aquafox/Desktop/Projects/C++/MBEU/openmbeu/misc.h: In function âvoid Init()â:
/home/aquafox/Desktop/Projects/C++/MBEU/openmbeu/misc.h:68: error: return-statement with a value, in function returning 'void'

I get those â characters. It's really weird. I know how to fix my code problem btw tongue. I just wanna know what to do about those â characters. They're annoying sad.

Offline

#2 2007-08-23 12:06:21

gnud
Member
Registered: 2005-11-27
Posts: 182

Re: GCC returning weird characters

To me it looks as if you are getting UTF-8 characters from GCC, but your terminal treats them as iso-8859-1 (or some such). Check your locale settings?

Last edited by gnud (2007-08-23 12:06:55)

Offline

Board footer

Powered by FluxBB