V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
wuyefeima
V2EX  ›  Python

编码问题

  •  
  •   wuyefeima · 2015-04-06 13:41:25 +08:00 · 1815 次点击
    这是一个创建于 3313 天前的主题,其中的信息可能已经有所发展或是发生改变。
    用matplotlib画图出现中文乱码,后来2.7用decode才正常显示,而3.4则指定字体才OK。对python编码方面熟悉的同仁前辈,能否作个精炼准确的总结?
    fasling
        1
    fasling  
       2015-04-06 14:46:26 +08:00   ❤️ 1
    Python2里的乱码大部分是因为str和unicode混用引起的.
    Python3应该没啥问题了.
    至于你说的指定字体才ok, 估计是matplotlib的默认字体不支持中文.我瞎猜的.
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2187 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 04:31 · PVG 12:31 · LAX 21:31 · JFK 00:31
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.