home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / htmstrip.zip / ASCII.TXT next >
Text File  |  1998-11-19  |  2KB  |  42 lines

  1. ASCII Table:
  2.  
  3. You may find the following ASCII table to be useful when setting up entity
  4. references.  View this table in Notepad using the "Courier" font and then
  5. switch the font to "Terminal" to see how the Windows vs DOS fonts affects
  6. things.
  7.  
  8. When using the table, find a character like "A" below.  It's in the column
  9. marked "x5".  It's in the row marked "60".  Adding 5 and 60, you'll find
  10. that A is defined as "A" in the HTMSTRIP.INI file.
  11.  
  12.   last
  13.   char  x1 x2 x3 x4 x5 x6 x7 x8 x9 10   11 12 13 14 15 16 17 18 19 20
  14.  
  15.   add
  16.      0                  tab cr  mas pg lf             
  17.     20            eofesc           sp !  "  #  $  %  &  '  (
  18.     40   )  *  +  ,  -  .  /  0  1  2    3  4  5  6  7  8  9  :  ;  <
  19.     60   =  >  ?  @  A  B  C  D  E  F    G  H  I  J  K  L  M  N  O  P
  20.     80   Q  R  S  T  U  V  W  X  Y  Z    [  \  ]  ^  _  `  a  b  c  d
  21.    100   e  f  g  h  i  j  k  l  m  n    o  p  q  r  s  t  u  v  w  x
  22.    120   y  z  {  |  }  ~    Ç  ü  é    â  ä  à  å  ç  ê  ë  è  ï  î
  23.    140   ì  Ä  Å  É  æ  Æ  ô  ö  ò  û    ù  ÿ  Ö  Ü  ¢  £  ¥  ₧  ƒ  á
  24.    160   í  ó  ú  ñ  Ñ  ª  º  ¿  ⌐  ¬    ½  ¼  ¡  «  »  ░  ▒  ▓  │  ┤
  25.    180   ╡  ╢  ╖  ╕  ╣  ║  ╗  ╝  ╜  ╛    ┐  └  ┴  ┬  ├  ─  ┼  ╞  ╟  ╚
  26.    200   ╔  ╩  ╦  ╠  ═  ╬  ╧  ╨  ╤  ╥    ╙  ╘  ╒  ╓  ╫  ╪  ┘  ┌  █  ▄
  27.    220   ▌  ▐  ▀  α  ß  Γ  π  Σ  σ  µ    τ  Φ  Θ  Ω  δ  ∞  φ  ε  ∩  ≡
  28.    240   ±  ≥  ≤  ⌠  ⌡  ÷  ≈  °  ∙  ·    √  ⁿ  ²  ■   
  29.  
  30. Note:  Some characters don't show up well for whatever reason, especially
  31. under Windows:
  32.  
  33.   "cr" is a Carriage Return (Enter) = 
  34.  
  35.   "mas" is a character which looks like the male symbol = 
  36.   "pg" is a Page Eject character which looks like the female symbol = 
  37.   "lf" is a Line Feed character =
  38.  
  39.   "eof" is an End-of-File character = (arrow pointing to right)
  40.   "esc" is an Escape character = 
  41.  
  42.