diff options
| author | Tatsuya Kinoshita <tats@debian.org> | 2021-01-02 00:20:37 +0000 | 
|---|---|---|
| committer | Tatsuya Kinoshita <tats@debian.org> | 2021-01-02 00:20:37 +0000 | 
| commit | 1d0ba25a660483da1272a31dd077ed94441e3d9f (patch) | |
| tree | 1d8dee52cd1e3d340fe178a8193dc96c4496db84 /Bonus/2ch.cgi | |
| parent | Merge branch 'cvstrunk' into upstream (diff) | |
| download | w3m-1d0ba25a660483da1272a31dd077ed94441e3d9f.tar.gz w3m-1d0ba25a660483da1272a31dd077ed94441e3d9f.zip | |
New upstream version 0.5.3+git20210102upstream/0.5.3+git20210102upstream
Diffstat (limited to 'Bonus/2ch.cgi')
| -rwxr-xr-x | Bonus/2ch.cgi | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Bonus/2ch.cgi b/Bonus/2ch.cgi index 998c202..c52ad8d 100755 --- a/Bonus/2ch.cgi +++ b/Bonus/2ch.cgi @@ -63,7 +63,7 @@ for (0 .. ($lines - 1) / 100) {  }  $head .= "<a href=\"$cgi/l50\">ŐV50</a>\n";  print <<EOF; -Content-Type: text/html +Content-Type: text/html; charset=Shift_JIS  EOF  $i = 1; @@ -128,7 +128,7 @@ sub subback {  	$cmd = "mkdir -p $dir; $WGET -O $tmp $dat >/dev/null 2>&1";  	system $cmd;  print <<EOF; -Content-Type: text/html +Content-Type: text/html; charset=Shift_JIS  EOF  	@ARGV = ($tmp); @@ -153,7 +153,7 @@ sub post {  	my $host = $1;  	my $sock = IO::Socket::INET->new("$host:80") or die;  	# retrieve posting cookie; this may not work -	print "Content-Type: text/html\n\n"; +	print "Content-Type: text/html; charset=Shift_JIS\n\n";  	print $sock  	    "HEAD /test/bbs.cgi HTTP/1.1\n",  	    "Host: $host\n", | 
