From db8b4d13f503fb472ae9c8c2314597ede2ed6e98 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 18 Jul 2023 19:58:41 +0300 Subject: =?UTF-8?q?fixes=20#3589=20(Jabber:=20=D0=BF=D0=B5=D1=80=D0=B5?= =?UTF-8?q?=D0=B4=D0=B0=D1=87=D0=B0=20=D1=84=D0=B0=D0=B9=D0=BB=D0=B0=20?= =?UTF-8?q?=D1=81=20=D0=BA=D0=B8=D1=80=D0=B8=D0=BB=D0=BB=D0=B8=D1=86=D0=B5?= =?UTF-8?q?=D0=B9=20=D0=B2=20=D0=B8=D0=BC=D0=B5=D0=BD=D0=B8=20=D1=87=D0=B5?= =?UTF-8?q?=D1=80=D0=B5=D0=B7=20=D0=BF=D1=80=D1=8F=D0=BC=D0=BE=D0=B5=20?= =?UTF-8?q?=D1=81=D0=BE=D0=B5=D0=B4=D0=B8=D0=BD=D0=B5=D0=BD=D0=B8=D0=B5=20?= =?UTF-8?q?=D0=B2=D0=B5=D0=B4=D1=91=D1=82=20=D0=BA=20=D0=BA=D1=80=D0=B0?= =?UTF-8?q?=D0=BA=D0=BE=D0=B7=D1=8F=D0=B1=D1=80=D0=B0=D0=BC)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protocols/JabberG/src/jabber_ft.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols') diff --git a/protocols/JabberG/src/jabber_ft.cpp b/protocols/JabberG/src/jabber_ft.cpp index 6dff008530..9cba5a85ad 100644 --- a/protocols/JabberG/src/jabber_ft.cpp +++ b/protocols/JabberG/src/jabber_ft.cpp @@ -457,6 +457,7 @@ void CJabberProto::FtHandleSiRequest(const TiXmlElement *iqNode) ft->std.totalBytes = ft->std.currentFileSize = filesize; PROTORECVFILE pre = {}; + pre.dwFlags = PRFF_UTF; pre.fileCount = 1; pre.timestamp = time(0); pre.files.a = &filename; -- cgit v1.2.3