APL code page

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{FormatInfo
 
{{FormatInfo
 
|formattype=electronic
 
|formattype=electronic
|subcat=Character Encodings
+
|subcat=Character encoding
 +
|codepage=293, 907
 
|image=Aplsym.png
 
|image=Aplsym.png
 
|caption=Some APL symbols
 
|caption=Some APL symbols
 
}}
 
}}
  
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, 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; IBM Selectric terminals used ball 2741 to access it. 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.
  
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 [http://bitsavers.trailing-edge.com/pdf/ibm/5100/SA21-9213-0_IBM_5100aplRef.pdf this PDF version]).
+
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 [http://bitsavers.trailing-edge.com/pdf/ibm/5100/SA21-9213-0_IBM_5100aplRef.pdf 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.
 
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.
Line 17: 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)]
 +
* [https://apl385.com/fonts/ Downloadable APL fonts]
 +
 +
[[Category:IBM]]

Latest revision as of 02:46, 21 October 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; IBM Selectric terminals used ball 2741 to access it. 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.

[edit] References

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox