APL code page
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				| Dan Tobias  (Talk | contribs)  (→References) | Dan Tobias  (Talk | contribs)   (→References) | ||
| Line 10: | Line 10: | ||
| * [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] | * [http://www-01.ibm.com/software/globalization/ccsid/ccsid293.html IBM code page 293 official page] | ||
| + | * [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] | * [http://www-03.ibm.com/systems/resources/systems_i_software_globalization_pdf_cp00907z.pdf IBM code page 907 chart] | ||
| * [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)] | ||
Revision as of 00:58, 26 November 2012
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.

