gpt4 book ai didi

python - 这个字符串标准化器 Python 片段有什么问题?

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

似乎每次我认为我掌握了编码时,我都会发现一些新的东西让我困惑:-)

我正在尝试从 UTF-8 字符串中删除法语口音:

>>> import unicodedata

>>> s = u"éèêàùçÇ"

>>> print(unicodedata.normalize('NFKD', s).encode('ascii','ignore'))

我预计eeeaucC作为输出并得到 AA AaA A1AA在 Ubuntu 9.10 和 iPython 0.10 中使用 Python 2.6.4,所有内容均设置为 unicode。

最佳答案

经过进一步测试,如果你使用Python 3或Python 2.6解释器而不是iPython,它就可以工作。

可能是错误的用户设置或错误。

关于python - 这个字符串标准化器 Python 片段有什么问题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2347953/

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