--- Ito Kazumitsu <[EMAIL PROTECTED]> wrote: > > In message "Re: [kaffe] Bug report (java.io.StreamTokenizer)" > on 03/07/01, Ito Kazumitsu <[EMAIL PROTECTED]> writes: > > > (From the API doc) Each byte read from the input stream is regarded > > as a character in the range '\u0000' through '\u00FF'. The character > > value is used to look up five possible attributes of the character: > > white space, alphabetic, numeric, string quote, and comment character. > > Each character can have zero or more of these attributes. > > (And I guess) BUT ONLY THE ATTRIBUTE MOST RECENTLY ASSIGNED IS EFFECTIVE. > > And additionally, THE NUMERIC ATTRIBUTE IS KEPT EFFECTIVE EVEN IF > OTHER ATTIBUTES ARE ASSIGNED. > > Applying the attached patch, I am getting the same results as Sun's.
great work, Ito! please check it in. cheers, dalibor topic __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
