How can I decode an utf-8 string with android? I tried with this commands but output is the same of input: URLDecoder.decode("hello&//à", "UTF-8"); new ...
確定! 回上一頁