r113013 - in /trunk/libjava: ChangeLog gnu/gcj/...

tromey@gcc.gnu.org tromey@gcc.gnu.org
Mon Apr 17 21:41:00 GMT 2006


Author: tromey
Date: Mon Apr 17 21:41:47 2006
New Revision: 113013

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113013
Log:
	PR libgcj/27171:
	* testsuite/libjava.lang/pr27171.java: New file.
	* testsuite/libjava.lang/pr27171.out: New file.
	* gnu/gcj/convert/Output_UTF8.java (havePendingBytes): Return
	true if we've seen a high surrogate.
	(write): Handle high surrogates at the end of the stream.
	Properly emit isolated low surrogates.

Added:
    trunk/libjava/testsuite/libjava.lang/pr27171.java
    trunk/libjava/testsuite/libjava.lang/pr27171.out
Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/gnu/gcj/convert/Output_UTF8.java



More information about the Gcc-cvs mailing list