bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] Bug in )DUMP-HTML


From: Juergen Sauermann
Subject: Re: [Bug-apl] Bug in )DUMP-HTML
Date: Thu, 23 Feb 2017 22:52:31 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

Hi Brian,

thanks, # is fixed in SVN 895. Also updated the ⎕CR and FILE_IO documentation.

BTW,  ⎕FIO '' says:

   ...
   Legend: a - address family, IPv4 address, port (or errno)
           d - table of dirent structs
           e - error code (integer as per errno.h)
           h - file handle (integer)
           i - integer
   ...
   Zi ← Ai ⎕FIO[ 6] Bh    fread(Zi, 1, Ai, Bh) 1 byte per Zi
   ...


/// Jürgen


On 02/23/2017 09:25 PM, McGuinness, Brian wrote:
When I dump a workspace with )DUMP_HTML, the string '' in one of my functions is translated to '&񕜶' but it should translate to '' (the second semicolon is omitted).

By the way, I have found that when I input a text file using #FIO[6] I get an integer vector.  Applying 19 #CR #UCS to this vector seems to convert this to the desired APL string.  It might be useful to mention this in the documentation in the section on file I/O.

--- Brian




reply via email to

[Prev in Thread] Current Thread [Next in Thread]