diff --git a/js/protocol.js b/js/protocol.js index 0251063..3a12e7f 100644 --- a/js/protocol.js +++ b/js/protocol.js @@ -52,7 +52,7 @@ var Protocol = function() { for (var c = 0; c < uia.length; c++) { _str[c] = String.fromCharCode(uia[c]); } - return _str.join(""); + return decodeURIComponent(escape(_str.join(""))); }; var getInt = function() {