设置多部分实体的编码
我想将 UTF-8 编码设置为 MultipartEntity 对象或 StringBody 对象。有什么办法可以做到吗?我知道如何设置字符集,但不知道如何设置编码。
谢谢。
I want to set a UTF-8 Encoding to a MultipartEntity object or to StringBody object. Is there any way to do it? I know how to set the Charset but not the Encoding.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是来自 anddev.org 的帖子 此链接,但目前已关闭,因此我粘贴了下面的代码片段。我还没有尝试过这段代码,但我希望它有帮助。
This is from an anddev.org post at this link, but is currently down, so I have pasted the snippet below. I haven't tried this code, but I hope it helps.
上面的方法已被弃用。
现在已经以正确的方式做出了答案。
MultipartEntityBuilder 和字符集
Method, which is above is deprecated.
There is answer which is made in correct way now.
MultipartEntityBuilder and Charset