Page 1 of 1

Dyadic []DR and Unicode

Posted: Sat Jul 02, 2011 7:24 pm
by paulmansour
Hi all,

This:

Code: Select all

      display  323 83 ⎕DR 1 2 3 4567890 
┌→────────────────────┐
│ ┌→──────┐ ┌→──────┐ │
│ │1 2 3 0│ │1 1 1 0│ │
│ └~──────┘ └~──────┘ │
└∊────────────────────┘
...seems to agree with the documentation. But then this:

Code: Select all


display  160 80 ⎕DR  'paul⌽⍉'
┌→───────────────────────┐
│ ┌→─────┐ ┌→──────────┐ │
│ │      │ │0 0 0 0 0 0│ │
│ └──────┘ └~──────────┘ │
└∊───────────────────────┘


...does not. Shouldn't the result look like this:

Code: Select all

      display'paul  '(1 1 1 1 0 0)
┌→───────────────────────┐
│ ┌→─────┐ ┌→──────────┐ │
│ │paul  │ │1 1 1 1 0 0│ │
│ └──────┘ └~──────────┘ │
└∊───────────────────────┘


Is this a bug or am I missing something?

Re: Dyadic []DR and Unicode

Posted: Sun Jul 03, 2011 7:15 am
by JohnS|Dyalog
This certainly looks strange. I have logged issue[7410] to investigate.

Re: Dyadic []DR and Unicode

Posted: Thu Sep 08, 2011 10:10 am
by JohnS|Dyalog
FYI: This issue [7410] has been fixed and a patch will be available shortly.
John.