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

version 1.13, 2008/11/17 13:52:39 version 1.15, 2008/11/17 20:24:25
Line 26 Line 26
 #  #
 #  #
   
   =pod
   
 =head1 NAME  =head1 NAME
   
Line 75  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 124  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 138  my %entities = ( Line 142  my %entities = (
   
 =pod  =pod
   
 =out  =over
   
 =item (7-13)  =item (7-13)
   
Line 1106  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 1196  sub replace_entities { Line 1202  sub replace_entities {
 1;   1; 
   
 __END__  __END__
   
 =pod  
   
 =back  
   
 =cut  

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


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