XLookupString 返回 UTF-8 代码(Latin-1 到 UTF-8)

发布于 2024-08-10 05:13:36 字数 202 浏览 9 评论 0原文

我正在尝试使用函数XLookupString。 根据 文档,它应该返回 Latin-1代码。我该如何转换它或者我应该使用什么来代替这个函数才能获得 UTF-8 代码?

I'm trying to use the function XLookupString.
According to the documentation, it is supposed to return a Latin-1 code. How could I convert it or what should I use instead this function so I get a UTF-8 code?

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

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

发布评论

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

评论(2

假扮的天使 2024-08-17 05:13:36

You need to read chapter 11 of the Xlib programming manual: google books link. You are looking for XmbLookupString() or XwcLookupString() but they are not drop-in substitutes for XLookupString(). I am not an expert in this but this should point you in the right direction.

兮子 2024-08-17 05:13:36

还有一个 Xutf8* 系列函数可用于此目的,具体来说,存在一个 Xutf8LookupString()X*LookupString 手册页

There is also a Xutf8* family of functions that can be used for this, specifically, there exists a Xutf8LookupString(). X*LookupString man page

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