koush / AndroidAsync

Asynchronous socket, http(s) (client+server) and websocket library for android. Based on nio, not threads.
Other
7.52k stars 1.56k forks source link

Access to the Chinese file name file 404 error #550

Open imlifengfeng opened 7 years ago

imlifengfeng commented 7 years ago

I created a server on my Android device, access to the server's English name file is normal, but access to the Chinese file name file 404 error, how can I solve it?Looking forward to your answer, thank you!

hjm1fb commented 7 years ago

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