public inbox for rhug-rhats@sourceware.org
 help / color / mirror / Atom feed
From: Anthony Green <green@cygnus.com>
To: tromey@redhat.com
Cc: java@gcc.gnu.org, rhug-rhats@sources.redhat.com
Subject: Re: property files and character encodings
Date: Mon, 10 Sep 2001 20:03:00 -0000	[thread overview]
Message-ID: <200109110303.UAA24057@fencer.cygnus.com> (raw)

I came up with a patch of my own.  Can I just check this in?


2001-09-10  Anthony Green  <green@redhat.com>

	* java/util/Properties.java: Increment index while parsing \u
	sequence.

Index: libjava/java/util/Properties.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/java/util/Properties.java,v
retrieving revision 1.9
diff -c -u -r1.9 Properties.java
--- Properties.java	2001/09/06 17:16:09	1.9
+++ Properties.java	2001/09/11 02:56:03
@@ -185,6 +185,7 @@
 			    char uni = (char) Integer.parseInt
 			      (line.substring(pos, pos + 4), 16);
 			    key.append(uni);
+			    pos += 4;
 			  }	// else throw exception?
 			break;
 		      default:

AG

             reply	other threads:[~2001-09-10 20:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-10 20:03 Anthony Green [this message]
2001-09-10 20:15 ` Tom Tromey
2001-09-10 21:55   ` Anthony Green
  -- strict thread matches above, loose matches on Subject: below --
2001-09-09 22:09 Anthony Green
2001-09-10 19:27 ` Tom Tromey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200109110303.UAA24057@fencer.cygnus.com \
    --to=green@cygnus.com \
    --cc=java@gcc.gnu.org \
    --cc=rhug-rhats@sources.redhat.com \
    --cc=tromey@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).