Don Guinn <[EMAIL PROTECTED]> writes: > But what I really want is some "officially recognized" unicode APL > font/character set.
Using http://stud4.tuwien.ac.at/~e0225855/unicapl/unicapl.html (which is mentioned in the "Unicode" section of the APL language FAQ), you can enter Unicode APL characters in Emacs, by using only ASCII characters; for example: {iota} for ⍳, {times} or {x} for ×, {assign} or {gets} for ←, {drop} for ↓, etc. Many of them are "official" in the sense that "APL" is explicitly contained in the official description of the Unicode codepoint. All of them are below 25CC. All the best, Markus Triska ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
