Hi
This is an off topic answer!
Am Montag, 12. April 2010 schrieb Simon Baxter:
(on an off topic, I've never worked out why gcc puts â instead of ' - gcc seems to be the only thing that does it!)
I don't know why, but it seems GCC tries to localize the error messages. I noticed that using:
shell prompt$ LANG=C make <whatever>
gives error messages that are plain ASCII and readable :)
Regards Dieter
Thanks