Manuel.Serrano | 21 Jul 16:42

Re: reading vtab

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


Gmane