bug-apl
[Top][All Lists]
Advanced

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

Re: Quad FIO[56] fails writing apl chars


From: Hans-Peter Sorge
Subject: Re: Quad FIO[56] fails writing apl chars
Date: Thu, 10 Dec 2020 10:22:44 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0

Hi Jürgen,

as always. Thank you a lot for your fast response.
Hardly a proper way for me to appreciate your efforts behind the scene.

Thank You again and my Best Regards.
Hans-Peter  



Am 09.12.20 um 21:48 schrieb Dr. Jürgen Sauermann:
Hi Hans-Peter,

thanks, fixed in SVN 1372.

Best Regards,
Jürgen


On 12/9/20 2:32 PM, Hans-Peter Sorge wrote:
Hi,

⍝ This writes apl chars
      some_apl_chars ← '¨¯⍒⍋⌽⍉⊖≠∨∧\⌹@⍵∊⍴t↑↓⍳○p←~'
      fh←'w' ⎕FIO[3] 'XXXX'
      some_apl_chars ⎕FIO[43] fh
60
      ⎕FIO[4] fh
0

⍝ This returns them:
      ⎕FIO[49] 'XXXX'
 ¨¯⍒⍋⌽⍉⊖≠∨∧\⌹@⍵∊⍴t↑↓⍳○p←~


⍝ I did not notice so far that ⎕FIO[56] fails in writing APL characters:
⍝ Is this a bug or am I missing some Docu?
      (⊂ some_apl_chars) ⎕FIO[56] 'XXXX'
25

      ⎕FIO[49] 'XXXX'
 􀂨􀂯RK=I􀂖`('\9@u tt􀂑􀂓s􀃋p􀂐~


Best Regards
Hans-Peter



reply via email to

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