出力されたhtmlの文字コードはiso-8859-1
必要があれば手直しする
変更前:
<head>
<title></title>
<style type="text/css">
<!--code { font-family: Courier New, Courier; font-size: 10pt; margin: 0px; }-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
</head> ^^^^^^^^^^
変更後:
<head>
<title></title>
<style type="text/css">
<!--code { font-family: Courier New, Courier; font-size: 10pt; margin: 0px; }-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-31J"/>
</head> ^^^^^^^^^^^