是否有任何库可以确定数值是否可以转换为特定字符集中的有效、可打印且有意义的字符?

发布于 2024-11-26 21:12:43 字数 77 浏览 1 评论 0原文

我希望有任何库可以提供此类功能,这样我就不需要在字符集规范上进行过多的挖掘。

C++,希望是中文,希望是 Windows。

I hope there is any library out there that provides such functionality so that I do not need to dig too much on charset specification.

C++, and hopefully Chinese, and hopefully Windows.

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

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

发布评论

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

评论(2

睡美人的小仙女 2024-12-03 21:12:43

是的,ICU 是一个提供 Unicode 和全球化支持的成熟库。除此之外,它还提供了对所有许多 Unicode 字符属性、Unicode 规范化、大小写折叠和 Unicode 标准指定的其他基本操作的轻松访问。

Yes, ICU is a mature library providing Unicode and Globalization support. Among other things it provides easy access to all of the many Unicode character properties, Unicode Normalization, Case Folding and other fundamental operations as specified by the Unicode Standard.

赢得她心 2024-12-03 21:12:43

我自己没有尝试过用它来编程,但是在 Unix 世界中,Gnu 库 libiconv使用非常广泛。它也适用于 Windows。它可能比 ICU 更薄一些。

I have not tried to program with it it myself, but in the Unix world the Gnu Library libiconv is very widely used. It is also available for Windows. It is probably a bit more slim then the ICU.

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