编码Jupyter笔记本中的德语角色

发布于 2025-02-08 09:16:35 字数 1488 浏览 2 评论 0原文

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

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

发布评论

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

评论(1

素食主义者 2025-02-15 09:16:35

\ ufffd是Unicode替换字符。编码期间出现问题时使用它。

您的数据已经是fubar。在解码时,您无能为力。首先修复数据。

(好吧,您可以通过将您的单词与德国词典中的单词进行比较来猜测。但是我不建议这样做,因为这是很多工作,不能保证得出正确的结果。)

\ufffd is the Unicode Replacement Character. It is used when something goes wrong during encoding.

Your data is already FUBAR. There is nothing you can do during decoding to fix it. Fix your data first.

(Well, you can take a guess by comparing the words you have with words from a German dictionary. But I wouldn't recommend it, because it's a lot of work and not guaranteed to yield correct results.)

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