Diff for /loncom/interface/entities.pm between versions 1.14 and 1.15

version 1.14, 2008/11/17 20:22:42 version 1.15, 2008/11/17 20:24:25
Line 76  Note numerical entities are essentially Line 76  Note numerical entities are essentially
   
 =head1 SUBROUTINES  =head1 SUBROUTINES
   
   =over
   
 =item entity_to_utf8()  =item entity_to_utf8()
   
   
Line 125  Returns Line 127  Returns
   input with entities replaced by latexable stuff (UTF-8 encodings or    input with entities replaced by latexable stuff (UTF-8 encodings or
   latex control strings to produce the entity.    latex control strings to produce the entity.
   
   =back
   
 =head1 TABLES ASCII code page  =head1 TABLES ASCII code page
   
 =cut  =cut
   
   
 package Apache::entities;  package Apache::entities;
 use strict;  use strict;
   
Line 139  my %entities = ( Line 142  my %entities = (
   
 =pod  =pod
   
 =out  =over
   
 =item (7-13)  =item (7-13)
   
Line 1107  my %entities = ( Line 1110  my %entities = (
     latex equivalent, these are converted to utf-8 via this table      latex equivalent, these are converted to utf-8 via this table
     of entity name -> unicode number.      of entity name -> unicode number.
   
   =back
   
 =cut  =cut
   
 my  %utf_table = (  my  %utf_table = (
Line 1197  sub replace_entities { Line 1202  sub replace_entities {
 1;   1; 
   
 __END__  __END__
   
 =pod  
   
 =back  
   
 =cut  

Removed from v.1.14  
changed lines
  Added in v.1.15


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