找出字符串编码的智能方法?

发布于 2024-09-16 20:29:45 字数 130 浏览 2 评论 0原文

我想知道是否可以找到字符串的编码是什么?我知道对于某些字符串(例如没有非 ASCII 字符的字符串)来说这可能是不可能的。也许可以获得对于给定字符串可能正确(可能)的编码列表?

我正在寻找除尝试解码/编码并等待异常之外的其他方法。

I wonder whether it is possible to find what is the encoding of string? I know that it may be impossible for some strings (e.g. that do not have non-ASCII characters). Maybe it is possible to obtain a list of encodings that may be correct (possible) for a given string?

I'm looking for some other way than trying to decode/encode and wait for an exception.

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

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

发布评论

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

评论(1

有深☉意 2024-09-23 20:29:45

Chardet 做了一个有根据的猜测。使用前请阅读常见问题解答!

Chardet does a educated guess. Read the FAQ before you use it!

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