ASCII Table:

You may find the following ASCII table to be useful when setting up entity
references.  View this table in Notepad using the "Courier" font and then
switch the font to "Terminal" to see how the Windows vs DOS fonts affects
things.

When using the table, find a character like "A" below.  It's in the column
marked "x5".  It's in the row marked "60".  Adding 5 and 60, you'll find
that &#65; is defined as "A" in the HTMSTRIP.INI file.

  last
  char  x1 x2 x3 x4 x5 x6 x7 x8 x9 10   11 12 13 14 15 16 17 18 19 20

  add
     0                  tab cr  mas pg lf             
    20            eofesc           sp !  "  #  $  %  &  '  (
    40   )  *  +  ,  -  .  /  0  1  2    3  4  5  6  7  8  9  :  ;  <
    60   =  >  ?  @  A  B  C  D  E  F    G  H  I  J  K  L  M  N  O  P
    80   Q  R  S  T  U  V  W  X  Y  Z    [  \  ]  ^  _  `  a  b  c  d
   100   e  f  g  h  i  j  k  l  m  n    o  p  q  r  s  t  u  v  w  x
   120   y  z  {  |  }  ~                              
   140                                           
   160                                           
   180                                           
   200                                           
   220                                           
   240                                 

Note:  Some characters don't show up well for whatever reason, especially
under Windows:

  "cr" is a Carriage Return (Enter) = 

  "mas" is a character which looks like the male symbol = 
  "pg" is a Page Eject character which looks like the female symbol = 
  "lf" is a Line Feed character =

  "eof" is an End-of-File character = (arrow pointing to right)
  "esc" is an Escape character = 

