diff options
Diffstat (limited to 'protocols/Steam/src/api/pending.h')
-rw-r--r-- | protocols/Steam/src/api/pending.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Steam/src/api/pending.h b/protocols/Steam/src/api/pending.h index b07e14f087..d878d34caa 100644 --- a/protocols/Steam/src/api/pending.h +++ b/protocols/Steam/src/api/pending.h @@ -18,7 +18,7 @@ public: SetData(data, strlen(data));
AddHeader("Cookie", cookie);
- AddHeader("Content-Type", "application/x-www-form-urlencoded");
+ AddHeader("Content-Type", "application/x-www-form-urlencoded; charset=utf-8");
}
};
@@ -39,7 +39,7 @@ public: SetData(data, strlen(data));
AddHeader("Cookie", cookie);
- AddHeader("Content-Type", "application/x-www-form-urlencoded");
+ AddHeader("Content-Type", "application/x-www-form-urlencoded; charset=utf-8");
}
};
@@ -60,7 +60,7 @@ public: SetData(data, strlen(data));
AddHeader("Cookie", cookie);
- AddHeader("Content-Type", "application/x-www-form-urlencoded");
+ AddHeader("Content-Type", "application/x-www-form-urlencoded; charset=utf-8");
}
};
|