gpt4 book ai didi

python - 使用python在cmd中打印UTF-8字符

转载 作者:可可西里 更新时间:2023-11-01 14:42:51 25 4
gpt4 key购买 nike

# -*- coding: utf-8 -*-print "ÆØÅ"

When running the above script in Windows 7 with python 2.7.3 using cmd, powershell or cygwin, I get this output:

ÆØÅ

该文件是一个 UTF-8 文件,在我的文本编辑器中工作正常。我怎样才能让它打印出“ÆØÅ”?

最佳答案

来晚了,试试

# -*- coding: utf-8 -*-
from __future__ import unicode_literals
print "ÆØÅ"

关于python - 使用python在cmd中打印UTF-8字符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15200990/

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