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

[Bug libgcj/27171] UTF8 PrintWriter goes haywire



------- Comment #4 from tromey at gcc dot gnu dot org  2006-04-17 21:45 -------
Subject: Bug 27171

Author: tromey
Date: Mon Apr 17 21:45:42 2006
New Revision: 113014

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113014
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:
    branches/gcc-4_1-branch/libjava/testsuite/libjava.lang/pr27171.java
      - copied unchanged from r113013,
trunk/libjava/testsuite/libjava.lang/pr27171.java
    branches/gcc-4_1-branch/libjava/testsuite/libjava.lang/pr27171.out
      - copied unchanged from r113013,
trunk/libjava/testsuite/libjava.lang/pr27171.out
Modified:
    branches/gcc-4_1-branch/libjava/ChangeLog
    branches/gcc-4_1-branch/libjava/gnu/gcj/convert/Output_UTF8.java


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27171


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