diff options
Diffstat (limited to 'protocols/Steam/src/api/message.h')
-rw-r--r-- | protocols/Steam/src/api/message.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/api/message.h b/protocols/Steam/src/api/message.h index cb3a1f0590..4c3ec6c80f 100644 --- a/protocols/Steam/src/api/message.h +++ b/protocols/Steam/src/api/message.h @@ -15,7 +15,7 @@ public: ptrA(mir_urlEncode(text)));
SetData(data, data.GetLength());
- AddHeader("Content-Type", "application/x-www-form-urlencoded");
+ AddHeader("Content-Type", "application/x-www-form-urlencoded; charset=utf-8");
}
};
|