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.
--
Br,
/Alexey
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.
--
Br,
/Alexey