This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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]

Re: syntax errors in comments?


Joe Reid wrote:
I'm getting a ton of "malformed UTF-8 character." errors compiling my

A less confusing error message might be in order. Perhaps somthing more like: "bytes here are invalid for the UTF-8 character encoding" possibly followed by information on how to fix the problem.

It might also be nice to change the error to a warning within
comments, and suppress warnings/errors after the first one
if we don't already do so.
--
	--Per Bothner
per at bothner dot com   http://per.bothner.com/



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