21 Jul 16:42
Re: reading vtab
From: <Manuel.Serrano <at> sophia.inria.fr>
Subject: Re: reading vtab
Newsgroups: gmane.lisp.scheme.bigloo
Date: 2008-07-21 14:42:35 GMT
Expires: This article expires on 2008-08-04
Subject: Re: reading vtab
Newsgroups: gmane.lisp.scheme.bigloo
Date: 2008-07-21 14:42:35 GMT
Expires: This article expires on 2008-08-04
Hello Sven, > I would expect that bigloo can read whitespace sequences, > but vtab (ASCII 11) causes an error: > > 1:=> (call-with-output-file "vtab" (lambda (port) (write-char (integer->char 11) port))) > #<output_port:vtab> > 1:=> (define in (open-input-file "vtab")) > in > 1:=> (read in) > > File "vtab", character 1: > *** ERROR:read: > Illegal char -- #a011 > 0.... read That's true. Bigloo handles #a012 and #a013 but not #a011. I will add it for the next alpha because I don't think there is a good reason not to handle this character too. -- -- Manuel
RSS Feed