home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.13 / text0051.txt < prev    next >
Encoding:
Internet Message Format  |  1988-04-18  |  4.0 KB

  1. From: uunet!topaz.rutgers.edu!linhart (Mike Threepoint)
  2.  
  3. u <- guy@Sun.COM (Guy Harris)
  4.  
  5. When we last left our conversation:
  6. [description of MS Windows "ANSI" character set]
  7. me> Sound like ISO 8859?
  8.  
  9. u> Yes.  The superscripted letters *do* come from ISO 8859 (see below).
  10.  
  11. Thanks to your table, I can confirm that they match.  Multiply and
  12. divide symbols are missing, replaced by the ubiquitous empty box, but
  13. now my EGA font is complete (for my IBM compatible, made with CHET, I
  14. could post it to binaries if anyone really wanted it).
  15.  
  16. me> What I would also like to see is the ASCII 0..1F (31 dec.) graphic
  17. me> representations on new machines conform to the ANSI standard.  They
  18. me> might look impractical, but after setting up a font using them on my
  19. me> micro, it's amazing how much sense they make to me.
  20.  
  21. u> What "graphic representations" are you referring to?  The only ANSI standard
  22. u> I know of for characters in the range 0x00 to 0x1f is ASCII, which says
  23. u> they're *control* characters, not *printable* characters.
  24.  
  25. The rather obscure ANSI X3.32-1973 "Graphic Representation of the
  26. Control Characters of ASCII" defines them for use when the
  27. name-in-tiny-letters isn't used.  I found it in Joe Cambell's "C
  28. Programmers Guide to Serial Communications" (Howard W. Sams & Co.)
  29. [wish I had a copy of my own, had to reborrow it to get the ID] which
  30. contains an ASCII chart poster with those symbols on it.
  31.  
  32. It goes something like this:  (they're in that aforementioned font, too)
  33.  
  34. ^@    NUL    a hollow square, like the one used in Mac character sets for
  35.         undefined characters
  36. ^A    SOH    the left column and top row of the cell set, like an
  37.         inverted L
  38. ^B    STX    the bottom row and center column set, like a
  39.         perpendicular symbol
  40. ^C    ETX    the right column and bottom row set, like a reversed L
  41. ^D    EOT    a single zig-zag, like a lightning bolt
  42. ^E    ENQ    a square with an X in it
  43. ^F    ACK    a check mark (tick mark to you Europeans)
  44. ^G    BEL    a hemisphere with two L shaped feet, I want to say
  45.         "doodlebug", but it's probably more like an
  46.         electronic component
  47. ^H    BS    an up arrow bent over leftwards into a U-shaped hook
  48.         at the top
  49. ^I    HT    a right arrow with the barbs extended to the length of
  50.         the shaft, more like a dart
  51. ^J    LF    three parallel horizontal lines
  52. ^K    VT    a downward pointing dart [Campbell says that instead
  53.         of overloading LF with NewLine worsening the present
  54.         incompatibilites, ANSI should have redefined this
  55.         almost totally unused character]
  56. ^L    FF    a down dart with a second arrowhead midway down its
  57.         shaft
  58. ^M    CR    a left dart
  59. ^N    SO    a circle with an X in it
  60. ^O    SI    a circle with a dot in the center
  61. ^P    DLE    a square with a horizontal line through the middle
  62. ^Q    DC1    a circle with the top right quarter sectioned off,
  63.         that is, lines from the center to the top and right
  64. ^R    DC2    same, but lower right quarter
  65. ^S    DC3    same, but lower left quarter
  66. ^T    DC4    same, but top left quarter
  67. ^U    NAK    a check (tick) mark with a horizontal line thru the
  68.         center
  69. ^V    SYN    a rectangle with the bottom cut in half and turned
  70.         outward, like a bottomless rectangle with feet
  71. ^W    ETB    the right column and center row set, a T on its side
  72. ^X    CAN    a down pointing hollow triangle on an up pointing one,
  73.         like an hourglass
  74. ^Y    EM    a vertical line with a fat dot in the middle
  75. ^Z    SUB    a backwards ?
  76. ^[    ESC    a circle with a line through the center
  77. ^\    FS    a square box with the top left quarter sectioned off
  78. ^]    GS    same, but bottom left
  79. ^^    RS    same, but bottom right
  80. ^_    US    same, but top right
  81.  
  82. u> For your collective amusement, here is a chart of ISO 8859/1 or "ISO Latin
  83. u> Alphabet #1".  This was derived by some quick hacking on the X11 include
  84. u> file "keysymdef.h" - yes, X11 uses the ISO character sets as well.
  85. [table deleted]
  86.  
  87. Thanx, I appreciate it.  I'm still interested in 8859-3 (which I read
  88. supports Esperanto), if it's not too much trouble could you tell me
  89. a) what _its_ layout is, or b) how much to send to where?
  90. -- 
  91. "...billions and billions..."            | Mike Threepoint (D-ro 3)
  92.             -- not Carl Sagan    | linhart@topaz.rutgers.edu
  93. "...hundreds if not thousands..."        | FidoNet 1:107/513
  94.             -- Pnews        | AT&T +1 (201)878-0937
  95.  
  96. Volume-Number: Volume 13, Number 52
  97.  
  98.