Hotfix of a crashing issue due to decoding '%'
This hotfix fixes the problem of https://pixlee.atlassian.net/browse/BUGZ-5527.
Since our server decodes texts before sending response data, there is no need for the SDK to decode texts. So I removed all decoding things from this SDK.