This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Gcj Errors
- From: Tom Tromey <tromey at redhat dot com>
- To: Alexandre Oliva <aoliva at redhat dot com>
- Cc: "jdeepak" <jdeepak at chen dot ipgen-india dot com>, <gcc at gcc dot gnu dot org>
- Date: 30 Jan 2002 14:49:13 -0700
- Subject: Re: Gcj Errors
- References: <002101c1a970$c7548180$9f03a8c0@axes159> <orwuxz4m4c.fsf@free.redhat.lsd.ic.unicamp.br>
- Reply-to: tromey at redhat dot com
>>>>> "Alexandre" == Alexandre Oliva <aoliva@redhat.com> writes:
>> On Jan 30, 2002, "jdeepak" <jdeepak@chen.ipgen-india.com> wrote:
>> gcj --main=HelloWorld -o HelloWorld HelloWorld.java
>> HelloWorld.java:0: unknown encoding: `ISO8859-1'
>> This might mean that your locale's encoding is not supported
>> by your system's iconv(3) implementation. If you aren't trying
>> to use a particular encoding for your input file, try the
>> `--encoding=UTF-8' option.
Alexandre, did you mean to add more text here?
I don't see the original message.
I don't know what to say beyond what is in the error message.
Did the original reporter (sorry, I don't have your real name) try
using `--encoding=UTF-8'?
Tom