旧 MFC 项目上的 UTF-8 转换为较新的 MFC

发布于 2024-12-03 05:56:12 字数 143 浏览 0 评论 0原文

因此项目设计为多字节。将整个项目重新编码为 Unicode 是一项艰巨的工作:(

那么我如何在我的对话框上使用 UTF-8 ?我有这个: 在此处输入图像描述

So project is Multi-byte by design. Recode full project to Unicode is to big work :(

So how can I use UTF-8 on my dialogs ? I've got this :
enter image description here

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

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

发布评论

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

评论(1

中二柚 2024-12-10 05:56:12

您可以尝试将 MultiByteToWideChar 与UTF8 代码页。但是,因为我不确定你是如何通过的???文本到对话框,这可能不是解决方案。同样,如果您尝试将 UTF8 字符串传递到 MultiByte 期望的位置,您可以尝试 WideCharToMultiByte 带有 UTF8 代码页。

You can try to use MultiByteToWideChar with UTF8 code page. But, since I'm not sure how you pass ??? texts to the dialog, this might not be a solution. Similarly, if you try to pass UTF8 string to where MultiByte expected, you can try WideCharToMultiByte with UTF8 code page.

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