This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: syntax errors in comments?
- From: Per Bothner <per at bothner dot com>
- To: Joe Reid <jreid at vnet dot net>
- Cc: java at gcc dot gnu dot org
- Date: Tue, 15 Apr 2003 12:58:15 -0700
- Subject: Re: syntax errors in comments?
- References: <3E9C4432.7060203@vnet.net>
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/