unrecognized character in input stream

Tom Tromey tromey@redhat.com
Thu Jun 13 07:45:00 GMT 2002


>>>>> "Olivier" == Olivier LF <olivier@zipworld.com.au> writes:

Olivier> tournesol:~$ gcj --encoding=UTF-8 -c Test.java 
Olivier> Test.java:3: unrecognized character in input stream.
Olivier>       /** Hüffihütte */
Olivier>                        ^

You're telling gcj that your input file is encoded using UTF-8.
However, that isn't the case.  It is encoded using ISO-8859-1.
Try using --encoding=ISO-8859-1.

Tom



More information about the Java mailing list