This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcj and accuented letters


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]