--- loncom/interface/entities.pm 2008/11/17 13:52:39 1.13 +++ loncom/interface/entities.pm 2008/11/17 20:24:25 1.15 @@ -26,6 +26,7 @@ # # +=pod =head1 NAME @@ -75,6 +76,8 @@ Note numerical entities are essentially =head1 SUBROUTINES +=over + =item entity_to_utf8() @@ -124,11 +127,12 @@ Returns input with entities replaced by latexable stuff (UTF-8 encodings or latex control strings to produce the entity. +=back + =head1 TABLES ASCII code page =cut - package Apache::entities; use strict; @@ -138,7 +142,7 @@ my %entities = ( =pod -=out +=over =item (7-13) @@ -1106,6 +1110,8 @@ my %entities = ( latex equivalent, these are converted to utf-8 via this table of entity name -> unicode number. +=back + =cut my %utf_table = ( @@ -1196,9 +1202,3 @@ sub replace_entities { 1; __END__ - -=pod - -=back - -=cut