[w3m-dev 02715] bugfix in scripts/multipart/multipart.cgi.in
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
This commit is contained in:
		| @@ -1,9 +1,12 @@ | ||||
| #!@PERL@ | ||||
|  | ||||
| if ($use_NKF = eval "use NKF;") { | ||||
| eval { use NKF; }; | ||||
| if (! $@) { | ||||
| 	$use_NKF = 1; | ||||
| 	$CONV = "-e"; | ||||
| 	$MIME_DECODE = "-m -e"; | ||||
| } else { | ||||
| 	$use_NKF = 0; | ||||
| #	$CONV = "w3m -dump -e"; | ||||
| 	$CONV = "@NKF@ -e"; | ||||
| 	$MIME_DECODE = "@NKF@ -m -e"; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user