Update of /cvsroot/mhonarc/mhonarc/MHonArc/lib
In directory subversions:/tmp/cvs-serv20363

Modified Files:
        iso2022jp.pl 
Log Message:
* BUG FIX #890: str2html() function now calls jp2022_to_html() with
  $nourl set to 1 since URL conversion handled at filter level.


Index: iso2022jp.pl
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/lib/iso2022jp.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** iso2022jp.pl        20 Jul 2002 00:47:05 -0000      1.4
--- iso2022jp.pl        22 Jul 2002 03:28:04 -0000      1.5
***************
*** 37,41 ****
  ##    interface similiar as iso8859.pl function.
  ##
! sub str2html { jp2022_to_html($_[0], 0); }
  
  ##---------------------------------------------------------------------------##
--- 37,41 ----
  ##    interface similiar as iso8859.pl function.
  ##
! sub str2html { jp2022_to_html($_[0], 1); }
  
  ##---------------------------------------------------------------------------##

---------------------------------------------------------------------
To sign-off this list, send email to [EMAIL PROTECTED] with the
message text UNSUBSCRIBE MHONARC-DEV

Reply via email to