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

  1. From: guy@Sun.COM (Guy Harris)
  2.  
  3. > To possibly add to the list, this sounds like the character set
  4. > Microsoft Windows uses and terms (by no standard I know of) "ANSI".
  5. > It has the vowels in acute, grave, circumflex, tilde, and umlaut.
  6. > The high bit characters also include cent, pound, yen, and universal
  7. > currency symbols, circle-R trademark and circle-C copyright symbols,
  8. > inverted ? and !, section and paragraph symbols, << guillemets >>,
  9. > several accents, 1/4, 1/2, and 3/4 characters, and superscripted 1, 2,
  10. > and 3.  The last sound like a bad idea to me, so I actually hope this
  11. > is something they threw together themselves.
  12.  
  13. > Sound like ISO 8859?
  14.  
  15. Yes.  The superscripted letters *do* come from ISO 8859 (see below).
  16.  
  17. > What I would also like to see is the ASCII 0..1F (31 dec.) graphic
  18. > representations on new machines conform to the ANSI standard.  They
  19. > might look impractical, but after setting up a font using them on my
  20. > micro, it's amazing how much sense they make to me.
  21.  
  22. What "graphic representations" are you referring to?  The only ANSI standard I
  23. know of for characters in the range 0x00 to 0x1f is ASCII, which says they're
  24. *control* characters, not *printable* characters.
  25.  
  26. For your collective amusement, here is a chart of ISO 8859/1 or "ISO Latin
  27. Alphabet #1".  This was derived by some quick hacking on the X11 include file
  28. "keysymdef.h" - yes, X11 uses the ISO character sets as well.
  29.  
  30. non-breaking space        0xa0
  31. inverted exclamation point    0xa1
  32. cent sign            0xa2
  33. pounds sterling            0xa3
  34. "currency symbol"        0xa4
  35. yen                0xa5
  36. broken bar            0xa6
  37. section mark            0xa7
  38. diaeresis            0xa8
  39. copyright            0xa9
  40. feminine ordinal        0xaa
  41.         (this is a subscripted lower-case "a", underlined)
  42. left guillemot            0xab
  43.         (French left quote, looks like small "<<")
  44. not sign            0xac
  45. hyphen                0xad
  46. registered trademark        0xae
  47. macron                0xaf
  48.         (an elevated small horizontal bar)
  49. degree symbol            0xb0
  50. plus/minus            0xb1
  51. superscript 2            0xb2
  52. superscript 3            0xb3
  53. acute accent            0xb4
  54. mu                0xb5
  55. paragraph symbol        0xb6
  56. small centered dot        0xb7
  57. cedilla                0xb8
  58. superscript 1            0xb9
  59. masculine ordinal        0xba
  60.         (this is a subscripted lower-case "o", underlined)
  61. right guillemot            0xbb
  62.         (French right quote, looks like small ">>")
  63. 1/4                0xbc
  64. 1/2                0xbd
  65. 3/4                0xbe
  66. inverted question mark        0xbf
  67. A with grave accent        0xc0
  68. A with acute accent        0xc1
  69. A with circumflex accent    0xc2
  70. A with tilde            0xc3
  71. A with diaeresis        0xc4
  72. A with ring            0xc5
  73.         (as in "Angstrom")
  74. AE dipthong            0xc6
  75. C with cedilla            0xc7
  76. E with grave accent        0xc8
  77. E with acute accent        0xc9
  78. E with circumflex accent    0xca
  79. E with diaeresis        0xcb
  80. I with grave accent        0xcc
  81. I with acute accent        0xcd
  82. I with circumflex accent    0xce
  83. I with diaeresis        0xcf
  84. upper-case eth            0xd0
  85.         (eth is an Icelandic letter)
  86. N with tilde            0xd1
  87. O with grave accent        0xd2
  88. O with acute accent        0xd3
  89. O with circumflex accent    0xd4
  90. O with tilde            0xd5
  91. O with diaeresis        0xd6
  92. multiply sign            0xd7
  93. O with slash            0xd8
  94. U with grave accent        0xd9
  95. U with acute accent        0xda
  96. U with circumflex accent    0xdb
  97. U with diaeresis        0xdc
  98. Y with acute accent        0xdd
  99. upper-case thorn        0xde
  100.         (thorn is an Icelandic letter)
  101. German double-s            0xdf
  102. a with grave accent        0xe0
  103. a with acute accent        0xe1
  104. a with circumflex accent    0xe2
  105. a with tilde            0xe3
  106. a with diaeresis        0xe4
  107. a with ring            0xe5
  108.         (lower-case "A with ring")
  109. ae dipthong            0xe6
  110. c with cedilla            0xe7
  111. e with grave accent        0xe8
  112. e with acute accent        0xe9
  113. e with circumflex accent    0xea
  114. e with diaeresis        0xeb
  115. i with grave accent        0xec
  116. i with acute accent        0xed
  117. i with circumflex accent    0xee
  118. i with diaeresis        0xef
  119. lower-case eth            0xf0
  120. n with tilde            0xf1
  121. o with grave accent        0xf2
  122. o with acute accent        0xf3
  123. o with circumflex accent    0xf4
  124. o with tilde            0xf5
  125. o with diaeresis        0xf6
  126. division sign            0xf7
  127. o with slash            0xf8
  128. u with grave accent        0xf9
  129. u with acute accent        0xfa
  130. u with circumflex accent    0xfb
  131. u with diaeresis        0xfc
  132. y with acute accent        0xfd
  133. lower-case thorn        0xfe
  134. y with diaeresis        0xff
  135.  
  136. Volume-Number: Volume 13, Number 49
  137.  
  138.