Page 1 of 1

Oriental Virus?

Posted: Tue Dec 03, 2013 1:29 pm
by MikeBa
Have I contracted some horrible virus or can anyone reproduce this behaviour?

'Test'⎕WC'PropertySheet' ('Size' 200 500)
'Test.Tab1' ⎕WC 'PropertyPage' 'First'
'Test.Tab2' ⎕WC 'PropertyPage' 'Second'
'Test.Tab3' ⎕WC 'PropertyPage' 'Third'
'Test.Tab1' ⎕WS 'Caption' 'Anything'

'Test.Tab1' ⎕WG'Caption'
Anything
'Test.Tab4'⎕WC'PropertyPage' ('Test.Tab1'⎕WG'Caption')
OrientalV.jpg


I am running
DyalogV.png
DyalogV.png (2.23 KiB) Viewed 13796 times

under Windows 8.1

Re: Oriental Virus?

Posted: Tue Dec 03, 2013 3:43 pm
by Dick Bowman
Yes. I see it as well (13.2 64-bit Unicode - also Widows 8.1).

Tell Vince, he'll log it.

Re: Oriental Virus?

Posted: Wed Dec 04, 2013 9:43 am
by Vince|Dyalog
Hi MikeBa and Dick,

It's the beauty of Unicode. I can reproduce the issue and I've logged it as 10270.

Regards,

Vince

Re: Oriental Virus?

Posted: Wed Dec 04, 2013 11:33 am
by MikeBa
Thanks Guys,

Nice to know I am not diseased.

I suppose these strange Unicode characters are rather beautiful, but not quite as beautiful as APL!

Incidentally, I hit this issue when trying to make six duplicates of a detailed PropertyPage.

Regards,
Mike