Differences between revisions 9 and 10
Revision 9 as of 2009-01-04 11:20:39
Size: 1777
Editor: KaiJaeger
Comment:
Revision 10 as of 2009-01-05 18:23:28
Size: 1779
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
== Introduction ==

This site displays the atomic vector taken from Dyalog APL in two ways: <<BR>> <<BR>>

 * As ordinary text
 * As a screenshot taken from a Dyalog session manager

If the two differ you might have a problem with the font.

We did our best to ensure proper settings for displaying APL characters, but with exotic Browsers or excotic operating systems or non-Unicode APL fonts you might get surprising results.

== The []AV as Unicode Text ==

Well, almost. All non-printable characters are replaced by a blank.
Line 49: Line 35:

== Introduction ==

This site displays the atomic vector taken from Dyalog APL in two ways: <<BR>> <<BR>>

 * As ordinary text
 * As a screenshot taken from a Dyalog session manager

If the two differ you might have a problem with the font.

We did our best to ensure proper settings for displaying APL characters, but with exotic Browsers or excotic operating systems or non-Unicode APL fonts you might get surprising results.

== The []AV as Unicode Text ==

Well, almost. All non-printable characters are replaced by a blank.

Atomic Vector

⎕←' ',16 16⍴¯256↑10↓⎕av
           ⌶ɫ%'⍺⍵
 _abcdefghijklmno
 pqrstuvwxyz  ¯.⍬
 0123456789 ¤¥$£¢
 ∆ABCDEFGHIJKLMNO
 PQRSTUVWXYZ  ý
 ⍙ÁÂÃÇÈÊËÌÍÎÏÐÒÓÔ
 ÕÙÚÛÝþãìðòõ{€}⊣⌷
 ¨ÀÄÅÆ⍨ÉÑÖØÜßàáâä
 åæçèéêëíîïñ[/⌿\⍀
 <≤=≥>≠∨∧-+÷×?∊⍴~
 ↑↓⍳○*⌈⌊∇∘(⊂⊃∩∪⊥⊤
 |;,⍱⍲⍒⍋⍉⌽⊖⍟⌹!⍕⍎⍫
 ⍪≡≢óôöø"# &’┘┐┌└
 ┼─├┤┴┬│@ùúû^ü‘∣¶
 :⍷¿¡⋄←→⍝)]  §⎕⍞⍣

The Dyalog Screenshot

Browser Tests

By using the web service http:browsershots.org/ we've created a large number of screenshots of this page for all sorts of Browsers and Operating System. See the BrowserTest page for details. Note that browsershot.org understandably does not have any APL Unicode font installed, so the font actually used cannot be predicted and probably won't look nice.

However, the APL characters should be visible anyway. Were this is not the case, the most likely cause is a faulty font used on that Browser/OS combination.

Introduction

This site displays the atomic vector taken from Dyalog APL in two ways:

  • As ordinary text
  • As a screenshot taken from a Dyalog session manager

If the two differ you might have a problem with the font.

We did our best to ensure proper settings for displaying APL characters, but with exotic Browsers or excotic operating systems or non-Unicode APL fonts you might get surprising results.

The []AV as Unicode Text

Well, almost. All non-printable characters are replaced by a blank.

AtomicVector (last edited 2011-08-26 13:22:06 by KaiJaeger)