This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 2 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
\ 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.)