Diff for /Amaya/amaya/HTMLT.T between versions 1.140 and 1.141

version 1.140, 2002/05/22 13:02:26 version 1.141, 2002/06/04 11:09:26
Line 2230  ATTRIBUTES Line 2230  ATTRIBUTES
   
 TextTRANSLATE  TextTRANSLATE
         BEGIN          BEGIN
 {       '\42' -> '"'; }    { quotation mark = APL quote, U+0022 ISOnum }  
         '\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 }

Removed from v.1.140  
changed lines
  Added in v.1.141


Webmaster