如何测试 web 服务的 unicode 处理
是否有测试工具可用于测试 Web 服务是否可以处理 unicode utf-8 编码的帖子?如何生成utf-8编码数据?
Are there test tools available to test if a webservice can handle unicode utf-8 encoded posts? How do I generate utf-8 encoded data?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
令人悲伤但真实的答案是,如果某些程序没有记录它,或者在您使用的任何协议中提供编码元数据,则无法知道它们需要什么编码。
至于生成 utf-8,这取决于您使用的编程语言。
The sad-but-true answer is that there is no way to know what encoding some program expects if they don't either document it, or provide encoding metadata in whatever protocol you're using.
As for generating utf-8, well, that depends on what programming language you're using.