From 40e301b058d10b48cf15da8126b0ac2552ed9575 Mon Sep 17 00:00:00 2001 From: Yune Kotomi Date: Fri, 6 Aug 2004 15:38:14 +0000 Subject: [PATCH] =?utf8?q?SSTP=E3=83=AA=E3=82=AF=E3=82=A8=E3=82=B9?= =?utf8?q?=E3=83=88=E3=83=98=E3=83=83=E3=83=80=E4=B8=AD=E3=80=81Sender?= =?utf8?q?=E3=82=88=E3=82=8A=E3=82=82=E5=89=8D=E3=81=ABCharset=E3=81=8C?= =?utf8?q?=E6=9D=A5=E3=82=8B=E3=81=93=E3=81=A8=E3=81=8C=E6=8E=A8=E5=A5=A8?= =?utf8?q?=E3=81=95=E3=82=8C=E3=82=8B=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bottleclient/BottleSstp.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bottleclient/BottleSstp.pas b/bottleclient/BottleSstp.pas index 34c3f51..20246e9 100755 --- a/bottleclient/BottleSstp.pas +++ b/bottleclient/BottleSstp.pas @@ -256,11 +256,11 @@ begin Opt := Opt + 'nodescript'; end; Source.Add('SEND SSTP/1.4'); + Source.Add('Charset: Shift_JIS'); if FProcessBottle.Ghost <> '' then Source.Add('Sender: SSTP Bottle / ' + FProcessBottle.Channel + '/' + FProcessBottle.Ghost) else Source.Add('Sender: SSTP Bottle / ' + FProcessBottle.Channel); - Source.Add('Charset: Shift_JIS'); if FProcessBottle.Ghost <> '' then begin Source.Add('IfGhost: ' + FTargetSetName); end; -- 2.11.0