在c中对utf-8字符串进行url编码?

发布于 2024-08-04 10:22:31 字数 95 浏览 5 评论 0原文

我应该自己编写还是有一个库函数已经可以做到这一点?我需要这个 pidgin 插件,所以如果 pidgin/purple/gnome 库中有东西,那将是理想的。但其他来源也很好。

Should I write my own or is there a library function that already does that? I need this for a pidgin plugin, so if there is something in the pidgin/purple/gnome libraries, that would be ideal. But other sources are fine, too.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

岁吢 2024-08-11 10:22:31

您可以使用 apreq_encode() 来自 libapreq2。请注意,您的写入缓冲区需要为 3 * src_length + 1 大,这在文档片段中不一定清楚。

You could use apreq_encode() from libapreq2. Note that your write buffer needs to be 3 * src_length + 1 big, which isn't necessarily clear from the doc snippet.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文