Diff for /loncom/interface/entities.pm between versions 1.10 and 1.11

version 1.10, 2008/04/29 10:15:58 version 1.11, 2008/05/05 10:46:19
Line 932  my %entities = ( Line 932  my %entities = (
 my  %utf_table = (  my  %utf_table = (
     'THORN'  => 222,      'THORN'  => 222,
     'thorn'  => 254,      'thorn'  => 254,
     'eth'    => 240      'eth'    => 240,
       'hearts' => 9829
 );  );
   
 #   # 

Removed from v.1.10  
changed lines
  Added in v.1.11


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>