android作为服务端与其他设备通讯出现乱码的问题

android作为服务端与其他设备进行通讯,主要用到了AndServer  这个开源项目的jar包。

原理应该类似于web服务器。

https://commons.apache.org/proper/commons-fileupload/using.html

https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/%E4%BD%BF%E7%94%A8common-fileupload.jar%E5%AE%9E%E7%8E%B0%E6%96%87%E4%BB%B6%E4%B8%8A%E4%BC%A0

http://blog.csdn.net/pompeii/article/details/37993379

http://blog.csdn.net/puma_dong/article/details/49456829

Web开发中的中文乱码问题

http://www.jianshu.com/p/63c7ad13907a


字符编码笔记:ASCII,Unicode 和 UTF-8

http://www.ruanyifeng.com/blog/2007/10/ascii_unicode_and_utf-8.html

关于URL编码

http://www.ruanyifeng.com/blog/2010/02/url_encoding.html



使用curl命令向上传文件出现文件名乱码的问题

关键在于:

传输的url数据,字符编码的格式不一致,接收的时候出现问题。

你可能感兴趣的:(android作为服务端与其他设备通讯出现乱码的问题)