gpt4 book ai didi

python - 将Unicode转换为python

转载 作者:太空宇宙 更新时间:2023-11-03 12:19:16 24 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Convert Unicode to UTF-8 Python

我是一个非常新的 Python 程序员,正在编写我的第一个脚本。该脚本从 plist 字符串中提取文本,然后对其执行一些操作,然后将其打包为 HTML 电子邮件。

从一些条目中,我遇到了可怕的 Unicode“outside ordinal 128”错误。

尽可能多地阅读有关编码和解码的内容后,我知道获得编码对我来说很重要,但我很难理解何时或如何做到这一点。

有问题的变量首先使用 pliSTLib 引入,然后从 markdown 转换为 HTML,如下所示:

entry = result['Entry Text']
donotecontent = markdown2.markdown(entry)

后来在邮件里是这样的:

html = donotecontent + '<br /><br />' + var3
part1 = MIMEText(html, 'html')
msg.attach(part1)

我的问题是,确保此内容中的 Unicode 字符不会引发错误的最佳方法是什么。我不想忽略这些字符。

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com