AndroidAsync icon indicating copy to clipboard operation
AndroidAsync copied to clipboard

获取的结果中,中文乱码!

Open blusewang opened this issue 8 years ago • 9 comments

果断放弃! 😠

blusewang avatar Jan 23 '17 14:01 blusewang

兄弟,后来你改用了什么,我也遇到了这个问题

yinpc avatar Apr 13 '17 09:04 yinpc

@yinpc

https://github.com/loopj/android-async-http

blusewang avatar Apr 13 '17 09:04 blusewang

use UTF-8 CHARSET instead, as in https://github.com/hjm1fb/AndroidAsync

hjm1fb avatar Jul 18 '17 09:07 hjm1fb

用另外一个方法,可以指定编码UFT-8,就不会出现乱码了

YuriTam avatar Dec 14 '17 01:12 YuriTam

AsyncNetworkSocket.java

@Override
public String charset() {
    return "utf-8";
}

guoxf2016 avatar Nov 02 '18 03:11 guoxf2016

use UTF-8 CHARSET instead, as in https://github.com/hjm1fb/AndroidAsync

can you give me your code

lemon-xy avatar Feb 27 '19 12:02 lemon-xy

use UTF-8 CHARSET instead, as in https://github.com/hjm1fb/AndroidAsync

can you give me your code

I hava a previous packaged aar, please see: https://download.csdn.net/download/u012319317/9408485 I uploaded another one just now, to update the latest version 2.2.1, but in auditing now, will show later: https://download.csdn.net/user/u012319317/uploads you can try both, see if one worked. I have removed the code in https://github.com/hjm1fb/AndroidAsync, because somehow it once worked, but now it doesn't work.

hjm1fb avatar Feb 28 '19 11:02 hjm1fb

use UTF-8 CHARSET instead, as in https://github.com/hjm1fb/AndroidAsync

can you give me your code

I hava a previous packaged aar, please see: https://download.csdn.net/download/u012319317/9408485 I uploaded another one just now, to update the latest version 2.2.1, but in auditing now, will show later: https://download.csdn.net/user/u012319317/uploads you can try both, see if one worked. I have removed the code in https://github.com/hjm1fb/AndroidAsync, because somehow it once worked, but now it doesn't work.

thank you much

lemon-xy avatar Mar 03 '19 05:03 lemon-xy

https://download.csdn.net/download/weixin_43885855/77977207

caojun445396055 avatar Jan 26 '22 06:01 caojun445396055