Chinaunix首页 | 论坛 | 博客
  • 博客访问: 47143
  • 博文数量: 12
  • 博客积分: 85
  • 博客等级: 民兵
  • 技术积分: 90
  • 用 户 组: 普通用户
  • 注册时间: 2011-03-30 12:07
文章分类
文章存档

2013年(1)

2012年(11)

最近访客

分类:

2013-01-04 21:03:46

原文地址:python print输出unicode字符 作者:yugliu

命令行提示符下,python print输出unicode字符时出现以下


点击(此处)折叠或打开

  1. UnicodeEncodeError: 'gbk' codec can't encode character '\u30fb

不能输出 unicode 字符,程序中断。

解决方法:


点击(此处)折叠或打开

  1. sys.stdout = io.TextIOWrapper(sys.stdout.buffer, errors = 'replace', line_buffering = True)


阅读(1875) | 评论(0) | 转发(0) |
0

上一篇:小议Linux系统下的文件系统

下一篇:没有了

给主人留下些什么吧!~~