APL code page

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
Line 7: Line 7:
 
}}
 
}}
  
The '''APL code page''' was used in early implementations of [[APL]] on IBM computer systems and terminals. It was an [[EBCDIC]]-based character set which replaced many of the characters with the specialized ones needed by the [[APL]] programming language. The original mainframe version was IBM code page 293 (also known as Character Set 00380), while a later [[ASCII]]-based version was IBM code page 907.
+
The '''APL code page''' was used in early implementations of [[APL]] on IBM computer systems and terminals. The original version, [[CP293]], was an [[EBCDIC]]-based character set which replaced many of the characters with the specialized ones needed by the [[APL]] programming language. A later [[ASCII]]-based version was IBM code page 907 ([[CP907]]).
  
 
"Classic" APL character sets have only uppercase letters in them (normally presented italicized), though newer ASCII- or [[Unicode]]-based sets generally have lowercase available as well, among other characters not part of "purist" APL.
 
"Classic" APL character sets have only uppercase letters in them (normally presented italicized), though newer ASCII- or [[Unicode]]-based sets generally have lowercase available as well, among other characters not part of "purist" APL.
Line 18: Line 18:
 
* [http://en.wikipedia.org/wiki/APL_%28codepage%29 APL codepage (Wikipedia)]
 
* [http://en.wikipedia.org/wiki/APL_%28codepage%29 APL codepage (Wikipedia)]
 
* [http://www.wickensonline.co.uk/apl-transcoding.html APL <-> Unicode transcoding in Java]
 
* [http://www.wickensonline.co.uk/apl-transcoding.html APL <-> Unicode transcoding in Java]
* [http://www-01.ibm.com/software/globalization/ccsid/ccsid293.html IBM code page 293 official page]
+
* [https://web.archive.org/web/20180308155523/http://www-01.ibm.com/software/globalization/ccsid/ccsid293.html IBM code page 293 official page (archived copy)]
 
* [ftp://ftp.software.ibm.com/software/globalization/gcoc/attachments/CS00380.pdf IBM code page 293 chart]
 
* [ftp://ftp.software.ibm.com/software/globalization/gcoc/attachments/CS00380.pdf IBM code page 293 chart]
* [http://www-03.ibm.com/systems/resources/systems_i_software_globalization_pdf_cp00907z.pdf IBM code page 907 chart]
+
* [https://web.archive.org/web/20170803005351/http://www-03.ibm.com/systems/resources/systems_i_software_globalization_pdf_cp00907z.pdf IBM code page 907 chart (archived copy)]
 
* [http://unicode.org/charts/PDF/U2300.pdf Unicode technical symbols chart (includes many APL characters)]
 
* [http://unicode.org/charts/PDF/U2300.pdf Unicode technical symbols chart (includes many APL characters)]
  
 
[[Category:IBM]]
 
[[Category:IBM]]

Revision as of 03:29, 22 May 2019

File Format
Name APL code page
Ontology
Code Page 293, 907

Some APL symbols

Some APL symbols

The APL code page was used in early implementations of APL on IBM computer systems and terminals. The original version, CP293, was an EBCDIC-based character set which replaced many of the characters with the specialized ones needed by the APL programming language. A later ASCII-based version was IBM code page 907 (CP907).

"Classic" APL character sets have only uppercase letters in them (normally presented italicized), though newer ASCII- or Unicode-based sets generally have lowercase available as well, among other characters not part of "purist" APL.

Internally to APL, characters are assigned code positions within what is known as the "Atomic Vector" (⎕IO), which can differ between systems; one such chart can be found starting on page 201 of the IBM 5100 APL manual (page 207 of this PDF version).

Traditionally, some APL characters with distinct meanings were formed by backspacing and overstriking other characters (originally on a printing terminal). For instance, the "quote quad" is formed by overstriking the "quad" (a rectangular shape) with a single quote. These composite characters now have separate code positions in the Unicode set.

References

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox