bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] how to read utf-8 file into the APL string


From: Juergen Sauermann
Subject: Re: [Bug-apl] how to read utf-8 file into the APL string
Date: Tue, 20 Dec 2016 13:46:55 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

Hi Alexey,

you can probably use 18⎕CR and 19 ⎕CR to convert beween the bytes read
from an UTF8 encoded file and the characters being encoded (and back).

See section 3.3 Dyadic ⎕CR in info apl.

/// Jürgen


On 12/20/2016 01:39 PM, Alexey Veretennikov wrote:
Hi,

I'm trying to read the file in UTF8 to the APL string.
Using the following:

      )HOST 'cat' '/tmp/f.apl'
∇R←f x
R←x+1

0
      fun ← FIO∆read_file '/tmp/f.apl'
      fun
∇R←f x
R←x+1

Which is apparently broken.



reply via email to

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