mhonarc-commits
[Top] [All Lists]

CVS: mhonarc/MHonArc/lib iso8859.pl,2.5,2.6

2003-01-01 00:57:14
Update of /cvsroot/mhonarc/mhonarc/MHonArc/lib
In directory subversions:/tmp/cvs-serv590

Modified Files:
	iso8859.pl 
Log Message:
Changed to just alias to MHonArc::CharEnt.


Index: iso8859.pl
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/lib/iso8859.pl,v
retrieving revision 2.5
retrieving revision 2.6
diff -C2 -r2.5 -r2.6
*** iso8859.pl	17 Sep 2001 16:08:49 -0000	2.5
--- iso8859.pl	1 Jan 2003 07:57:06 -0000	2.6
***************
*** 5,9 ****
  ##      Earl Hood       mhonarc(_at_)mhonarc(_dot_)org
  ##  Description:
! ##      Routines to process data encoded in iso8859 character sets.
  ##---------------------------------------------------------------------------##
  ##    Copyright (C) 1996-1999	Earl Hood, mhonarc(_at_)mhonarc(_dot_)org
--- 5,9 ----
  ##      Earl Hood       mhonarc(_at_)mhonarc(_dot_)org
  ##  Description:
! ##	THIS FILE IS DEPRECATED.
  ##---------------------------------------------------------------------------##
[...1146 lines suppressed...]
! 	$char = unpack("C", substr($data, $offset++, 1));
! 	if ($only8bit && $char < 0xA0) {
! 	    $ret .= pack("C", $char);
! 	} else {
! 	    $ret .= ($map{$char} || $US_ASCII_To_Ent{$char} ||
! 		     pack("C", $char));
! 	}
!     }
!     $ret;
  }
  
--- 27,34 ----
  package iso_8859;
  
! use MHonArc::CharEnt;
  
! BEGIN {
!   *str2sgml = \&MHonArc::CharEnt::str2sgml;
  }
  

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV