This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: Java: Improve character encoding error messages
- From: Tom Tromey <tromey at redhat dot com>
- To: Per Bothner <per at bothner dot com>
- Cc: Bryce McKinlay <mckinlay at redhat dot com>, java-patches at gcc dot gnu dot org,gcc-patches at gcc dot gnu dot org
- Date: 22 May 2004 14:48:37 -0600
- Subject: Re: Patch: Java: Improve character encoding error messages
- References: <40AE9F91.8020103@redhat.com> <40AEAA32.6080002@bothner.com>
- Reply-to: tromey at redhat dot com
>>>>> "Per" == Per Bothner <per@bothner.com> writes:
Per> One nit - we're moving away from using "accept grave" as "left single
Per> quote" - use '%s' instead.
How about we get rid of them all at once? I don't think there is any
use of "`" aside from these messages. I ran s/`/'/ over
gcc/java/*.[chy], and the result still compiles aand a spot check says
it is sane... if folks are amenable to this, I will read the whole
patch for errors before submitting it for real.
Tom