Message343

Author bckfnn
Recipients
Date 2001-07-21.09:24:03
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=4201

Fixed in parser.java: 2.10; python.jjt: 2.15.

The parser now operate on the full unicode input as created 
by a default Reader. This fixes the syntax error but the 
using a default reader is still wrong when reading from the 
windows console. See patch #442906 for a way of fixing the 
encoding part of this bug.
History
Date User Action Args
2008-02-20 17:16:51adminlinkissue439688 messages
2008-02-20 17:16:51admincreate