V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  xavierskip  ›  全部回复第 21 页 / 共 72 页
回复总数  1426
1 ... 17  18  19  20  21  22  23  24  25  26 ... 72  
可是文档里说`if the stream is interactive (that is, if its isatty() method returns True), the console codepage is used, otherwise the ANSI code page`
chcp 执行后显示代码页为 936,为什么 sys.stdout.encoding 会是 utf-8 呢?
应该和 isatty() 有关。
sys.stdout.isatty()在直接执行的情况下返回 True,如果输出重定向到文件则返回 False。
文档中找到了相应的解释

The character encoding is platform-dependent. Under Windows, if the stream is interactive (that is, if its isatty() method returns True), the console codepage is used, otherwise the ANSI code page. Under other platforms, the locale encoding is used (see locale.getpreferredencoding()).

可能就如这篇文章中说的一样
http://blog.csdn.net/haiross/article/details/36189103
```
if sys.stdout.isatty():
default_encoding = sys.stdout.encoding
else:
default_encoding = locale.getpreferredencoding()
```
但是我还不清楚如何去源代码中具体查看。
2017-12-27 23:59:23 +08:00
回复了 GeekTest 创建的主题 Xbox 360 Xbox 360 上有什么好玩的游戏
当然是 R 星的另一款《荒野大镖客》
2017-12-26 09:24:38 +08:00
回复了 580a388da131 创建的主题 分享发现 腾讯电脑管家 致歉声明
请弹窗道歉[狗头]
2017-12-26 09:22:53 +08:00
回复了 580a388da131 创建的主题 分享发现 腾讯电脑管家 致歉声明
火绒良心呀!
2017-12-21 21:21:38 +08:00
回复了 deepkolos 创建的主题 程序员 面对大脑的降频, 处理逻辑十分缓慢, 有什么对策?
换个供能设备。
2017-12-17 17:36:35 +08:00
回复了 XDDD 创建的主题 问与答 在目前的官方语境下, GFW 存在吗?
已经立法了,连卖 vpn 都可以抓了。
2017-12-14 16:04:00 +08:00
回复了 callme 创建的主题 程序员 微信中打不开服务器中的一张图片,浏览器中就能正常打开
你在微信中打开的链接都是通过透明代理的。
第一眼以为是 树莓派+seafile
2017-11-27 23:04:05 +08:00
回复了 onc 创建的主题 问与答 人生有意义吗?我们是不是需要一种新宗教?
RAmen!
那些认定自己是无神论者的人,那是因为你还没遇到对的神。
飞天神面教万岁!
docx > pdf > html
2017-11-25 23:26:04 +08:00
回复了 Pudge1337 创建的主题 问与答 没有笔记本电脑应不应该写在简历上?
没有机械键盘也要写上去。
2017-11-25 22:43:16 +08:00
回复了 mingzu 创建的主题 问与答 自己选的吃鸡主机配置,性价比如何?
跑个题,上 Xbox 吧,吃鸡马上就上主机平台了,还没有挂。
2017-11-20 14:07:49 +08:00
回复了 HangMax 创建的主题 分享发现 如何下载 50 年前自己家乡的高清卫星照片。
有个坑,我下载的图片都需要逆时针选择 180 度才是符合地图上的上北下南左西右东的方位。不知道别的区域是不是也是这个情况。还有某些图片在 macos 下用预览程序无法正常浏览。参考我发的贴 https://www.v2ex.com/t/406746
2017-11-16 11:29:30 +08:00
回复了 lhie1 创建的主题 生活 天知道我是多么羡慕正常人
生活的意义就是没有意义呀! https://www.zhihu.com/question/24561532/answer/28240920
1 ... 17  18  19  20  21  22  23  24  25  26 ... 72  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   3124 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 38ms · UTC 13:10 · PVG 21:10 · LAX 05:10 · JFK 08:10
Developed with CodeLauncher
♥ Do have faith in what you're doing.