--- iso2022jp.pl-o Thu Apr 24 22:11:02 2003 +++ iso2022jp.pl Sat Apr 26 22:47:33 2003 @@ -29,6 +29,7 @@ ## 02111-1307, USA ##---------------------------------------------------------------------------## +use Jcode; package iso_2022_jp; $Url = '(http://|https://|ftp://|afs://|wais://|telnet://|ldap://' . @@ -40,7 +41,7 @@ ## str2html(): Convert an iso-2022-jp string into HTML. Function ## interface similiar as iso8859.pl function. ## -sub str2html { jp2022_to_html($_[0], 1); } +sub str2html { Jcode::convert(\$_[0],'euc')}; ##---------------------------------------------------------------------------## ## Function to convert ISO-2022-JP data into HTML. Function is based