| www.delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Message-ID: | <20020722220003.15905.qmail@web10104.mail.yahoo.com> |
| Date: | Tue, 23 Jul 2002 00:00:03 +0200 (CEST) |
| From: | =?iso-8859-1?q?Sylvain=20Petreolle?= <spetreolle AT yahoo DOT fr> |
| Subject: | gcj and accuented letters |
| To: | cygwin AT cygwin DOT com |
| MIME-Version: | 1.0 |
Hi
compiling a program that contains é,è,à and others reports
"unrecognized character in input stream.", even it is in a comment.
(// or /* */) And the '^' character normally showing the location of
the error is written at the wrong place.
Samples:
$ gcj -C EssaiEnregistrer.java
EssaiEnregistrer.java:1: unrecognized character in input stream.
/*Programme d'enregistrement sur fichier de données*/
^
EssaiEnregistrer.java:2: unrecognized character in input stream.
import java.io.*;
^
2 errors
========================================================================
$ gcj -C EssaiEnregistrer.java
EssaiEnregistrer.java:5: unrecognized character in input stream.
//Création des articles
^
EssaiEnregistrer.java:6: unrecognized character in input stream.
Enreg enr = new Enreg();
^
2 errors
___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |