Diff for /Amaya/amaya/HTMLT.T between versions 1.144 and 1.145

version 1.144, 2002/07/17 14:59:07 version 1.145, 2002/09/12 10:07:07
Line 2229  TextTRANSLATE Line 2229  TextTRANSLATE
         '\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 }          '\240' -> ' ';     { no-break space = non-breaking space, U+00A0 ISOnum }
           '\260' -> '°';      { degree sign, U+00B0 ISOnum }
         END;          END;
   
 #include "greek.sgml"  #include "greek.sgml"

Removed from v.1.144  
changed lines
  Added in v.1.145


Webmaster