On 14 May 2010 13:01, Bernd Roesch wrote: > Hi > > I compile the GCC4.5.0 on cygwin and when i use it in cygwin shell, all is ok. > But when i use it on dev-cpp the output contain some crap chars, because GCC > output utf8 error > messages > > Is there a way to avoid that GCC output text in utf8 ?
This message is inappropriate on this list, it would have been more relevant on the gcc-help mailing list. GCC uses the LC_MESSAGES environment variable to determine the language for diagnostics, and Cygwin behaves as described at http://www.cygwin.com/cygwin-ug-net/setup-locale.html so modifying LC_ALL or LANG should allow you to disable utf-8 in diagnostics.