Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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: <20020722220019.87414.qmail@web10106.mail.yahoo.com> Date: Tue, 23 Jul 2002 00:00:19 +0200 (CEST) From: =?iso-8859-1?q?Sylvain=20Petreolle?= Subject: gcj and accuented letters To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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/