summaryrefslogtreecommitdiff
path: root/lib/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/scripts')
-rw-r--r--lib/scripts/tw-sack.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/scripts/tw-sack.js b/lib/scripts/tw-sack.js
index f9b8f247f..1480ca41c 100644
--- a/lib/scripts/tw-sack.js
+++ b/lib/scripts/tw-sack.js
@@ -90,7 +90,7 @@ function sack(file){
}
if (this.method == "POST"){
try {
- this.xmlhttp.setRequestHeader('Content-Type','application/x-www-form-urlencoded')
+ this.xmlhttp.setRequestHeader('Content-Type','application/x-www-form-urlencoded; charset=UTF-8');
} catch (e) {}
}