From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Tromey To: Artur Biesiadowski Cc: mauve Subject: Re: Character Test Date: Thu, 14 Jan 1999 15:53:00 -0000 Message-id: <87pv8hquiu.fsf@cygnus.com> In-reply-to: Artur Biesiadowski's message of Sat, 09 Jan 1999 14:53:27 +0100 References: <36957A24.B7BB761F@urbanophile.com> <877luxy5xw.fsf@cygnus.com> <36975F57.881E9D4F@pg.gda.pl> X-SW-Source: 1999-01/msg00019.html >> The test gives me nearly 1000 errors for my implementation of >> Character. However, I actually think my implementation is correct >> (or if it is not, it has very few bugs). Artur> I'm afraid that we will have to go with these one by one. FYI I've been going through the problems and committing fixes. And yes, some of the problems were bugs in my Character implementation (sigh). Note that JDK 1.1 -vs- 1.2 does make a difference even if you only look at docs. 1.2 says that 7f-9f are ignorable control characters, but 1.1 omits these. Currently the test is 1.2 based. Tom