public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* GCC seem output error messages in UTF8.Dev-cpp cant show it.Can this change in target declaration ?
@ 2010-05-14 12:06 Bernd Roesch
  2010-05-14 19:18 ` Jonathan Wakely
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Roesch @ 2010-05-14 12:06 UTC (permalink / raw)
  To: gcc

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 ?

Here is dev-cpp source.Its since long time not fortherdevelop.I think it cant output UTF8 text and
nobody enhance it.but its a good IDE that can easy use for crosscompile and use diffrent compiler
sets.

http://sourceforge.net/projects/dev-cpp/

older GCC compiler have no problems.

Or maybe somebody can suggest a better IDE for windows that let easy choose in GUI a Target Compiler

Bye

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: GCC seem output error messages in UTF8.Dev-cpp cant show it.Can  this change in target declaration ?
  2010-05-14 12:06 GCC seem output error messages in UTF8.Dev-cpp cant show it.Can this change in target declaration ? Bernd Roesch
@ 2010-05-14 19:18 ` Jonathan Wakely
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Wakely @ 2010-05-14 19:18 UTC (permalink / raw)
  To: Bernd Roesch; +Cc: gcc

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-14 19:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-14 12:06 GCC seem output error messages in UTF8.Dev-cpp cant show it.Can this change in target declaration ? Bernd Roesch
2010-05-14 19:18 ` Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).