Diff for /Amaya/amaya/HTMLT.T between versions 1.138 and 1.139

version 1.138, 2002/03/04 13:57:29 version 1.139, 2002/03/22 16:26:17
Line 2239  TextTRANSLATE Line 2239  TextTRANSLATE
         '\46' -> '&';       { ampersand, U+0026 ISOnum }          '\46' -> '&';       { ampersand, U+0026 ISOnum }
         '\74' -> '<';        { less-than sign, U+003C ISOnum }          '\74' -> '<';        { less-than sign, U+003C ISOnum }
         '\76' -> '>';        { greater-than sign, U+003E ISOnum }          '\76' -> '>';        { greater-than sign, U+003E ISOnum }
           '\240' -> ' ';     { no-break space = non-breaking space, U+00A0 ISOnum }
         END;          END;
   
 #include "greek.sgml"  #include "greek.sgml"

Removed from v.1.138  
changed lines
  Added in v.1.139


Webmaster