您如何找出“系统默认编码”是啥?

Posted

技术标签:

【中文标题】您如何找出“系统默认编码”是啥?【英文标题】:How do you find out what the "system default encoding" is?您如何找出“系统默认编码”是什么? 【发布时间】:2011-11-15 07:25:02 【问题描述】:

The documentation for fileobject.encoding 提到它可以是None,在这种情况下,使用“系统默认编码”。

我怎样才能知道这个编码是什么?

【问题讨论】:

【参考方案1】:

你应该使用sys.getdefaultencoding()

【讨论】:

通过终端快速检查:python -c "import sys; print(sys.getdefaultencoding())".

以上是关于您如何找出“系统默认编码”是啥?的主要内容,如果未能解决你的问题,请参考以下文章

linux通过python设置系统默认编码

Python 设置系统默认编码 转

Python 设置系统默认编码

python编码

在linux中每次打开一个终端,终端的默认编码为 utf-8,如何设置为让他每次打开编码为GBK ???

windows系统修改cmd窗口utf-8编码格式